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
We cannot add more than 100 tracks to a playlist, therefore break down
submitting tracks into chunks. Earlier, we used to replace all tracks
in one go. But replace endpoint doesn't take a position parameter to
tell it which tracks should be removed. Therefore, we can't use it
directly. The new workflow is to call replace items with an empty uris
array to reset the playlist tracks. Then, call add items on each chunk
of tracks to insert those.
0 commit comments