mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #477] Removes multiple songs if there are duplicates #299
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#299
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 @SO9010 on GitHub (Jun 10, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/477
Describe the bug
When having a song added more than once in a playlist, then you remove one, it removed every single song which is the same. This makes it annoying to then re-add the song, especially if you forget which song this is.
To Reproduce
Add a song multiple times to a playlist, then right click onto the song, and then observe all of the songs that are the same disappearing.
Expected behavior
Remove just the one song.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
@jacksongoode commented on GitHub (Jun 15, 2024):
This is definitely a bug. We should identify the song key not just by the song itself but also perhaps its position in the playlist.
@jacksongoode commented on GitHub (Jul 22, 2024):
Figured it out. It's actually undocumented but you can remove tracks by index.
github.com/JMPerez/spotify-dedup@d0493aa0b7