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 New Issue