mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #177] [MERGED] Fix playlist index after search #652
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#652
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?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/177
Author: @ghost
Created: 12/1/2019
Status: ✅ Merged
Merged: 12/2/2019
Merged by: @Rigellute
Base:
master← Head:fix-playlist-index-after-search📝 Commits (1)
d04af15Fix index of playlist📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/handlers/input.rs(+1 -1)📄 Description
After searching, playlist index is changed to
Noneand it makes playlist selection odd.I deleted a line that binds
Nonetoselected_playlist_indexand it worked well.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.