mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-20 10:15:23 -04:00
Wrong key
This commit is contained in:
parent
73e1eeeb6b
commit
27a100c512
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue