mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #152] Callback for $api->updatePlaylistImage #94
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#94
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 @anderthalb on GitHub (Feb 13, 2019).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/152
Hi,
is there a way to know exactly when the Image is uploaded and ready for
$api->updatePlaylistImage?I create a playlist, upload a cover and add tracks to it and then I redirect the user to this fresh playlist. But when he enters the playlist, the cover is not uploaded/saved yet.
Thanks in advance and Cheers, Christian
@jwilsson commented on GitHub (Feb 13, 2019):
Hey!
Not that I'm aware of, I'm afraid. You could ask the Spotify folks to add one over at https://github.com/spotify/web-api.
@jwilsson commented on GitHub (Mar 26, 2019):
Closing this due to a lack of activity.