You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
Compare the list of received tracks with the list of tracks displayed for this playlist in the desktop / mobile client.
Expected behaviour:
The list of tracks received from the API is identical with the list of tracks displayed in the desktop / mobile clients.
Actual behaviour:
The list of tracks received from the API differs from the list of tracks displayed in the desktop / mobile clients. Several tracks that are listed in the API are not in the playlist shown in the clients.
The text was updated successfully, but these errors were encountered:
If I make a call to the get-playlist endpoint for this playlist, the API response returns some additional "tracks". For example, the 5th track in the API response (which is not present in the playlist when viewing in Spotify Web) on indexing ["tracks"]["items"] is:
Issue found on April 29th 2020
Endpoint(s):
GET https://api.spotify.com/v1/playlists/{playlist_id}/tracks
Scope(s):
Steps to reproduce:
(and repeat for more tracks with a changed offset)
Expected behaviour:
The list of tracks received from the API is identical with the list of tracks displayed in the desktop / mobile clients.
Actual behaviour:
The list of tracks received from the API differs from the list of tracks displayed in the desktop / mobile clients. Several tracks that are listed in the API are not in the playlist shown in the clients.
The text was updated successfully, but these errors were encountered: