Pass correct config folder to the spotify plugin from cli

This commit is contained in:
Eddy Hintze 2021-09-12 12:52:17 +00:00
parent c8bda282d1
commit d8580d5d19
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def download(url, bitrate, portable, path):
f.write(arl)
plugins = {
"spotify": Spotify()
"spotify": Spotify(configFolder=configFolder)
}
plugins["spotify"].setup()