From 27a100c5129afffe10d5746ba1d9c33497731cca Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 12 Apr 2021 13:13:46 -0700 Subject: [PATCH] Wrong key --- streamrip/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamrip/core.py b/streamrip/core.py index ef79812..669ce67 100644 --- a/streamrip/core.py +++ b/streamrip/core.py @@ -486,5 +486,5 @@ class MusicDL(list): return playlist_title, info def __get_source_subdir(self, source: str) -> str: - path = self.config.session['parent_folder'] + path = self.config.session['downloads']['folder'] return os.path.join(path, capitalize(source))