Wrong key

This commit is contained in:
nathom 2021-04-12 13:13:46 -07:00
parent 73e1eeeb6b
commit 27a100c512

View file

@ -486,5 +486,5 @@ class MusicDL(list):
return playlist_title, info return playlist_title, info
def __get_source_subdir(self, source: str) -> str: 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)) return os.path.join(path, capitalize(source))