fixed download folder creation
This commit is contained in:
parent
e9f010628e
commit
92fe450221
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue