guilhermesad / rspotify

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

Add play context to player #220

Closed carlosefonseca closed 4 years ago

carlosefonseca commented 4 years ago

Add context uri and context type to the Player class. This allows checking what playlist or album is currently playing.

guilhermesad commented 4 years ago

Looks good, thanks!