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.
1 parent 01d1087 commit ca4a670Copy full SHA for ca4a670
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