mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #870] Performing operations after opening current context #366
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#366
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 @dalekgamma on GitHub (Aug 25, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/870
Expected behavior: after typing "o" to display current context, operations should proceed within current context.
Example:
CTRL-U/CTRL-D should paginate within displayed context
Selecting another track and pressing "Enter" should change tracks to the selected track from current context.
Actual behavior:
If no playlist was selected/displayed before pressing "o", nothing happens
If a playlist was selected before pressing "o", pagination proceeds on the playlist that was displayed, not the current context.
Pressing "Enter" plays the track that was selected in the previously-displayed playlist.