zmb3 / spotify

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

feat: add episode support to PlayerCurrentlyPlaying #249

Open szktkfm opened 8 months ago

szktkfm commented 8 months ago

This Pull Request addresses Issue #248.

I've modified the CurrentlyPlaying struct, allowing it to handle both tracks and episodes.

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

szktkfm commented 5 months ago

@strideynet Could you please review this PR? I referenced this: https://github.com/zmb3/spotify/pull/189. Thanks!