mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #260] Refresh playlists or current view #135
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#135
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 @sewnie on GitHub (Sep 29, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/260
Is your feature request related to a problem? Please describe.
I like to modify my playlists, and they do not update.
Describe the solution you'd like
For the
RefreshPlaybackto be changed toRefresh(not to be confused withRestartIntegratedClient), to refresh the playback and current view.Describe alternatives you've considered
Restarting the entire client.
@aome510 commented on GitHub (Sep 30, 2023):
By modifying playlist, do you mean adding/removing songs to/from a playlist or other operations? Adding/removing songs if called through
spotify_playershould update the playlist, otherwise it is a bug.@sewnie commented on GitHub (Sep 30, 2023):
Modifying the playlist from an external source, such as the official Spotify client (phone or pc)