We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01d1087 + ca4a670 commit 770d9e7Copy full SHA for 770d9e7
plugins/setSceneCoverFromFile/set_cover.py
@@ -59,7 +59,7 @@ def handle_cover(path, file):
59
60
def get_stash_paths():
61
config = stash.get_configuration("general { stashes { path excludeVideo } }")
62
- stashes = config["configuration"]["general"]["stashes"]
+ stashes = config["general"]["stashes"]
63
return [s["path"] for s in stashes if not s["excludeVideo"]]
64
65
0 commit comments