feelfreelinux / cspot

A Spotify Connect player targeting, but not limited to embedded devices (ESP32).
Other
460 stars 43 forks source link

loadJSON was not base64 decoding authData in cJSON mode #157

Closed philippe44 closed 9 months ago

philippe44 commented 9 months ago

Was a leftover from a while ago when I brought back cJSON. It was not seen because loadJson was not used. I just hot the issue when I ported all my changes to my full esp32 squeezelite application.

I also thought it was better to always set the credentials in the credentials file if set. This, you don't even need username/password to create a credentials file

feelfreelinux commented 9 months ago

LGTM, thanks!