fix config query

This commit is contained in:
stg-annon
2024-08-26 13:37:15 -04:00
committed by GitHub
parent 01d1087453
commit ca4a670d72

View File

@@ -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"]]