kerkerj

Results 2 issues of kerkerj

For adapting both tracks/episodes when adding items to a user's playlist. This resolves: https://github.com/zmb3/spotify/issues/180 Spotify API reference: https://developer.spotify.com/documentation/web-api/reference/#/operations/add-tracks-to-playlist

In `AddTracksToPlaylist` method, the arguments are provided in form of ID strings, instead of providing URI. The src code: ```golang func (c *Client) AddTracksToPlaylist(ctx context.Context, playlistID ID, trackIDs ...ID) (snapshotID...