Merge pull request 'Pass correct config folder to the spotify plugin from cli' (#24) from xtream1101/deemix-py:main into main

Reviewed-on: https://git.freezer.life/RemixDev/deemix-py/pulls/24
This commit is contained in:
RemixDev 2021-09-21 05:20:46 -04:00
commit d11843c733
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def download(url, bitrate, portable, path):
f.write(arl)
plugins = {
"spotify": Spotify()
"spotify": Spotify(configFolder=configFolder)
}
plugins["spotify"].setup()