diff --git a/deemix/__main__.py b/deemix/__main__.py index e7c4d40..6f0ac7c 100644 --- a/deemix/__main__.py +++ b/deemix/__main__.py @@ -49,7 +49,7 @@ def download(url, bitrate, portable, path): f.write(arl) plugins = { - "spotify": Spotify() + "spotify": Spotify(configFolder=configFolder) } plugins["spotify"].setup()