Closed leolabs closed 7 years ago
Thx for the PR. Do you know the version when they've changed the API? I have 1.0.62.508.g2c497f24 and it works fine.
I think this happened in the last version, as many users of our app we built using your library started complaining about the problems on Friday. Inspecting the network connections on Spotify's widget shows that it now uses the new method aswell.
+spotilocal@0.2.0 https://www.npmjs.com/package/spotilocal
Spotify changed their Spotilocal API. They're not listening to a *.spotilocal.com domain on HTTPS anymore, but instead they listen on 127.0.0.1 via HTTP. This PR fixes problems that occured due to this change.