#24 Pass correct config folder to the spotify plugin from cli

Merged
RemixDev merged 1 commits from xtream1101/deemix-py:main into main 1 month ago
  1. +1
    -1
      deemix/__main__.py

+ 1
- 1
deemix/__main__.py View File

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


Loading…
Cancel
Save