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
In the current implementation (version 0.15) the tracks of a playlists are parsed from the tracks array of the playlist API call. However, this array might not contain all tracks if the playlist contain many tracks.
Instead, the all the tracks can be retrieved via the URL mentioned in tracks_uri. This URL contains a collection, and optionally a next_href for the next collection or tracks.
The text was updated successfully, but these errors were encountered:
In the current implementation (version 0.15) the tracks of a playlists are parsed from the
tracks
array of the playlist API call. However, this array might not contain all tracks if the playlist contain many tracks.Instead, the all the tracks can be retrieved via the URL mentioned in
tracks_uri
. This URL contains acollection
, and optionally anext_href
for the next collection or tracks.The text was updated successfully, but these errors were encountered: