Skip to content

Commit ca4a670

Browse files
authored
fix config query
1 parent 01d1087 commit ca4a670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/setSceneCoverFromFile/set_cover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def handle_cover(path, file):
5959

6060
def get_stash_paths():
6161
config = stash.get_configuration("general { stashes { path excludeVideo } }")
62-
stashes = config["configuration"]["general"]["stashes"]
62+
stashes = config["general"]["stashes"]
6363
return [s["path"] for s in stashes if not s["excludeVideo"]]
6464

6565

0 commit comments

Comments
 (0)