Unable to pass options: spotify clientID and clientSecret
FredTheNoob opened this issue · 2 comments
FredTheNoob commented
Solaris9 commented
It asks for "clientID" but you use "spotifyClientID", it also asks for a non-empty string but you pass the string constructor, please view the readme for example usage of initiating the plugin.
FredTheNoob commented
Oh that's weird. The variable apparently has to be explicitly called clientID and not spotifyClientID. That solved my issue at last