[PR #151] [MERGED] Go back does not work in Liked Songs #635

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/151
Author: @ghost
Created: 11/17/2019
Status: Merged
Merged: 11/18/2019
Merged by: @Rigellute

Base: masterHead: go-back-in-track-table


📝 Commits (1)

  • c0fd59e Move call position of push_navigation_satck

📊 Changes

2 files changed (+1 additions, -1 deletions)

View changed files

📝 src/app.rs (+0 -1)
📝 src/handlers/library.rs (+1 -0)

📄 Description

Go back q does not work as expected after scrolling pages in Liked Songs.
When i scrolled pages in Liked Songs and pushed q, i expected that the Library block is activated but nothing occurred.

This problem caused by calling push_navigation_stack in get_current_user_saved_tracks.
I tried to fix this problem by removing push_navigation_stack from get_current_user_saved_tracks and pushing to the stack is called first time.


🔄 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/151 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/17/2019 **Status:** ✅ Merged **Merged:** 11/18/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `go-back-in-track-table` --- ### 📝 Commits (1) - [`c0fd59e`](https://github.com/Rigellute/spotify-tui/commit/c0fd59e1dd68aab17af6df43188099d607e6e051) Move call position of push_navigation_satck ### 📊 Changes **2 files changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+0 -1) 📝 `src/handlers/library.rs` (+1 -0) </details> ### 📄 Description Go back `q` does not work as expected after scrolling pages in Liked Songs. When i scrolled pages in Liked Songs and pushed `q`, i expected that the Library block is activated but nothing occurred. This problem caused by calling push_navigation_stack in get_current_user_saved_tracks. I tried to fix this problem by removing push_navigation_stack from get_current_user_saved_tracks and pushing to the stack is called first time. --- <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:17 +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#635
No description provided.