replacePlaylistTracks
Closed this issue · 2 comments
bmartus commented
It looks like the Spotify API limits this to 100 tracks.
Is there a better way using this library to replace tracks on a larger playlist other than replacing with zero tracks and adding the new tracks in?
jwilsson commented
Hey!
I'm afraid the approach you're suggesting is the way to go. This is just a really thin wrapper around Spotify's APIs.
bmartus commented
Cool, just wanted to make sure I wasn't missing a better way. Thanks!