mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #251] createPlaylist() options documentation incomplete #183
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#183
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 @Xymph on GitHub (Jul 15, 2022).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/251
The options array for
createPlaylist()is shown to support two, but it supports thedescriptionandcollaborativeoptions too (like withupdatePlaylist()).For addPlaylistTracks(), "appened" should be appended. (This one just jumped out, I didn't proofread the whole thing.)
@jwilsson commented on GitHub (Jul 16, 2022):
Thanks for pointing it out!