[PR #104] [MERGED] Unsave already saved songs with 's' #609

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

📋 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: masterHead: unsave-songs


📝 Commits (3)

  • 4a0f44f unsave saved tracks with 's'
  • a05ff8b clippy (keep save_tracks for future changes)
  • 0557cbd remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/104 **Author:** [@jfaltis](https://github.com/jfaltis) **Created:** 10/24/2019 **Status:** ✅ Merged **Merged:** 10/27/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `unsave-songs` --- ### 📝 Commits (3) - [`4a0f44f`](https://github.com/Rigellute/spotify-tui/commit/4a0f44f412e557f334678469c1df76e3ccf12ec5) unsave saved tracks with 's' - [`a05ff8b`](https://github.com/Rigellute/spotify-tui/commit/a05ff8b4a4f321f81930bd56bc45cfeb2030112d) clippy (keep save_tracks for future changes) - [`0557cbd`](https://github.com/Rigellute/spotify-tui/commit/0557cbd9866ee458bbbfb53a6bb9fe99928106b9) remove dead code and use first() instead of [0] ### 📊 Changes **4 files changed** (+22 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <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:12 +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#609
No description provided.