mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #104] [MERGED] Unsave already saved songs with 's' #609
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#609
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/104
Author: @jfaltis
Created: 10/24/2019
Status: ✅ Merged
Merged: 10/27/2019
Merged by: @Rigellute
Base:
master← Head:unsave-songs📝 Commits (3)
4a0f44funsave saved tracks with 's'a05ff8bclippy (keep save_tracks for future changes)0557cbdremove dead code and use first() instead of [0]📊 Changes
4 files changed (+22 additions, -6 deletions)
View changed files
📝
src/app.rs(+19 -3)📝
src/handlers/album_tracks.rs(+1 -1)📝
src/handlers/playbar.rs(+1 -1)📝
src/handlers/recently_played.rs(+1 -1)📄 Description
Pressing s now toggles the saved state of a song, which allows unsaving songs. Kept the old save_tracks despite it not being used for usage in future changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.