mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #151] [MERGED] Go back does not work in Liked Songs #635
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#635
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/151
Author: @ghost
Created: 11/17/2019
Status: ✅ Merged
Merged: 11/18/2019
Merged by: @Rigellute
Base:
master← Head:go-back-in-track-table📝 Commits (1)
c0fd59eMove 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
qdoes 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.