mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #327] Selects first occurrence of song if it is present multiple times in playlist. #135
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#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 @HakierGrzonzo on GitHub (Mar 7, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/327
If the song is present multiple times in Recently Played, no matter which one has been chosen, the first occurence of the song will be highlighted and played, or attempting to play any other occurrence than the first one will not work.
e.g:
If you want to play "Electro Gypsy" and select the second occurrence, three things might happen:
@Rigellute commented on GitHub (Mar 9, 2020):
Good point @HakierGrzonzo, thanks for reporting!
Will investigate!