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:
commit
d11843c733
|
@ -49,7 +49,7 @@ def download(url, bitrate, portable, path):
|
||||||
f.write(arl)
|
f.write(arl)
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
"spotify": Spotify()
|
"spotify": Spotify(configFolder=configFolder)
|
||||||
}
|
}
|
||||||
plugins["spotify"].setup()
|
plugins["spotify"].setup()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue