zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.4k stars 295 forks source link

PlayerCurrentlyPlaying Lacks Support for Episodes #248

Open szktkfm opened 10 months ago

szktkfm commented 10 months ago

When a user is playing an episode, I'm unable to retrieve the currently playing episode's information using PlayerCurrentlyPlaying. It appears that CurrentlyPlaying struct does not support episodes, as it works well for tracks but not for episodes.

Reference for GET /me/player/currently-playing https://developer.spotify.com/documentation/web-api/reference/get-the-users-currently-playing-track