tehkillerbee / mopidy-tidal

Tidal Backend plugin for Mopidy
Apache License 2.0
93 stars 28 forks source link

added client_id & client_secret to [tidal] in mopidy config #44

Closed Glog78 closed 2 years ago

Glog78 commented 2 years ago

client_id & client_secret will be used instead of default from tidalapi if defined in mopidy config

as requested pull request

tehkillerbee commented 2 years ago

I've tested it and it works as expected with a working client_id / client_secret. I will need to update the README accordingly, since the user need to provide this key themselves.

Glog78 commented 2 years ago

;) last rework for better readable code and for better logging

tehkillerbee commented 2 years ago

@Glog78 Thanks for the great work!