witnessmenow / spotify-api-arduino

Arduino library for integrating with the Spotify Web-API (Does not play music)
MIT License
178 stars 33 forks source link

retrieve contextUri from currentlyPlaying #50

Closed j4cko closed 1 year ago

j4cko commented 1 year ago

I found the current context URI important to retrieve, as I also use it to play a particular context (album, artist, playlist,...). Maybe this is of use to others.

witnessmenow commented 1 year ago

Looks good, only thing I would ask is it's added to the get currently playing example so people know they can use it

https://github.com/witnessmenow/spotify-api-arduino/blob/main/examples/getCurrentlyPlaying/getCurrentlyPlaying.ino

j4cko commented 1 year ago

Done, thanks for pointing this out. Please have a look!

witnessmenow commented 1 year ago

Thanks @j4cko!