mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2024-12-28 18:46:13 +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)
|
||||
|
||||
plugins = {
|
||||
"spotify": Spotify()
|
||||
"spotify": Spotify(configFolder=configFolder)
|
||||
}
|
||||
plugins["spotify"].setup()
|
||||
|
||||
|
|
Loading…
Reference in a new issue