Merge branch 'master' of uh_wot/deemix into master

This commit is contained in:
RemixDev 2020-02-22 14:59:08 +00:00 committed by Gogs
commit 9e7411faf9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def initSettings():
settings['downloadLocation'] = path.join(localpaths.getHomeFolder(), 'deemix Music')
saveSettings(settings)
if not path.isdir(settings['downloadLocation']):
mkdir(settings['pathSettings']['downloadLocation'])
mkdir(settings['downloadLocation'])
return settings
def getSettings():