Pass correct config folder to the spotify plugin from cli
This commit is contained in:
@ -49,7 +49,7 @@ def download(url, bitrate, portable, path):
|
||||
f.write(arl)
|
||||
|
||||
plugins = {
|
||||
"spotify": Spotify()
|
||||
"spotify": Spotify(configFolder=configFolder)
|
||||
}
|
||||
plugins["spotify"].setup()
|
||||
|
||||
|
Reference in New Issue
Block a user