mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #479] Incorrect like status in ShowActions #271
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#271
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 @71zenith on GitHub (Jun 28, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/479
Describe the bug
A clear and concise description of what the bug is.
If i open a ShowActionOnSelectedItem, it will show "AddLiked" when its already liked and "DeleteFromLiked" when its not liked. Clicking on them will not do anything, at least not that i can detect.
To Reproduce
Open Spotify-player. use Showactionsonselecteditem or ShowActionsOnCurrentTrack
Expected behaviour
It should show vice versa and actually like/dislike the selected item
Screenshots

Additional context
@aome510 commented on GitHub (Jun 28, 2024):
Right, it's a bug introduced in
github.com/aome510/spotify-player@bcba2e6cfa (diff-aaa651a1b).Thanks for reporting.
@deauthe commented on GitHub (Jun 30, 2024):
created a PR for this issue