Open szktkfm opened 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.
PlayerCurrentlyPlaying
CurrentlyPlaying
Reference for GET /me/player/currently-playing https://developer.spotify.com/documentation/web-api/reference/get-the-users-currently-playing-track
GET /me/player/currently-playing
When a user is playing an episode, I'm unable to retrieve the currently playing episode's information using
PlayerCurrentlyPlaying
. It appears thatCurrentlyPlaying
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