[PR #445] [MERGED] Add support for saving an album and following an artist in artist view #823

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/445
Author: @ghost
Created: 5/8/2020
Status: Merged
Merged: 5/11/2020
Merged by: @Rigellute

Base: masterHead: add-support-for-saving-in-artist-view


📝 Commits (1)

  • 67dc397 Add support for saving an album and following an artist in artist view

📊 Changes

4 files changed (+93 additions, -25 deletions)

View changed files

📝 src/app.rs (+56 -20)
📝 src/handlers/artist.rs (+11 -1)
📝 src/handlers/search_results.rs (+4 -2)
📝 src/ui/mod.rs (+22 -2)

📄 Description

Currently, album save and artist follow are enabled in search result only.
In this PR, I added support for album save/delete and artist follow/unfollow in artist view.


🔄 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/445 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/8/2020 **Status:** ✅ Merged **Merged:** 5/11/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `add-support-for-saving-in-artist-view` --- ### 📝 Commits (1) - [`67dc397`](https://github.com/Rigellute/spotify-tui/commit/67dc397cf203abe954960d6bda1840f003ae58d5) Add support for saving an album and following an artist in artist view ### 📊 Changes **4 files changed** (+93 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+56 -20) 📝 `src/handlers/artist.rs` (+11 -1) 📝 `src/handlers/search_results.rs` (+4 -2) 📝 `src/ui/mod.rs` (+22 -2) </details> ### 📄 Description Currently, album save and artist follow are enabled in search result only. In this PR, I added support for album save/delete and artist follow/unfollow in artist view. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:29 +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#823
No description provided.