Hexxeh / spotify-websocket-api

Spotify Websocket API is a fully open source Spotify library based on the WebSocket API used in the Spotify Web beta
395 stars 67 forks source link

Bugfix when calculating uri from id #57

Closed pablorusso closed 10 years ago

pablorusso commented 10 years ago

There was an tiny error in the id2uri function. This leads to invalid uris when the real one started with zeros.

Hexxeh commented 10 years ago

Well spotted, thanks! :)