diff --git a/plugins/setSceneCoverFromFile/set_cover.py b/plugins/setSceneCoverFromFile/set_cover.py index 910c663..499cce0 100644 --- a/plugins/setSceneCoverFromFile/set_cover.py +++ b/plugins/setSceneCoverFromFile/set_cover.py @@ -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"]]