mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #249] replacePlaylistTracks #179
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bmartus on GitHub (Jul 1, 2022).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/249
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 on GitHub (Jul 1, 2022):
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 on GitHub (Jul 1, 2022):
Cool, just wanted to make sure I wasn't missing a better way. Thanks!