[PR #177] [MERGED] Fix playlist index after search #652

Closed
opened 2026-02-28 14:50:21 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix-playlist-index-after-search


📝 Commits (1)

📊 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 None and it makes playlist selection odd.
I deleted a line that binds None to selected_playlist_index and it worked well.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/177 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/1/2019 **Status:** ✅ Merged **Merged:** 12/2/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `fix-playlist-index-after-search` --- ### 📝 Commits (1) - [`d04af15`](https://github.com/Rigellute/spotify-tui/commit/d04af158f6fd39925b7e9ee6fb0371de81f97771) Fix index of playlist ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/handlers/input.rs` (+1 -1) </details> ### 📄 Description After searching, playlist index is changed to `None` and it makes playlist selection odd. I deleted a line that binds `None` to `selected_playlist_index` and it worked well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#652
No description provided.