guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

Adding Next and Previous to the Player #187

Closed cristofer closed 5 years ago

cristofer commented 5 years ago

Adding two missing methods for the Player: Next and Previous.

https://developer.spotify.com/documentation/web-api/reference-beta/#endpoint-skip-users-playback-to-previous-track https://developer.spotify.com/documentation/web-api/reference-beta/#endpoint-skip-users-playback-to-next-track

guilhermesad commented 5 years ago

Looks good, thanks!