Skip to content

Commit

Permalink
fix config query
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-annon authored Aug 26, 2024
1 parent 01d1087 commit ca4a670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/setSceneCoverFromFile/set_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def handle_cover(path, file):

def get_stash_paths():
config = stash.get_configuration("general { stashes { path excludeVideo } }")
stashes = config["configuration"]["general"]["stashes"]
stashes = config["general"]["stashes"]
return [s["path"] for s in stashes if not s["excludeVideo"]]


Expand Down

0 comments on commit ca4a670

Please sign in to comment.