Recently played - duplicate tracks (breaks webplayer) #157
-
When passing the track uri to the player how would I handle duplicates that appear in the recently played tracks api request? this is how i currently set the offset:
offset is the trackuri. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @jeadys Can you post a minimal reproducible example? I'm not sure I understand what you mean by |
Beta Was this translation helpful? Give feedback.
-
Hey @jeadys I see. This library is just a UI for the Web Playback SDK and relies on Spotify's API to control the playback. |
Beta Was this translation helpful? Give feedback.
Hey @jeadys
I see. This library is just a UI for the Web Playback SDK and relies on Spotify's API to control the playback.
If the API call gives you errors, there's nothing the library can do about it.
Good luck