mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2024-12-29 11:06:14 +00:00
Pass correct config folder to the spotify plugin from cli
This commit is contained in:
parent
c8bda282d1
commit
d8580d5d19
|
@ -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 a new issue