[PR #172] [MERGED] Add support for adding an album and following a playlist #651

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/172
Author: @ghost
Created: 11/27/2019
Status: Merged
Merged: 11/30/2019
Merged by: @Rigellute

Base: masterHead: add-contents


📝 Commits (3)

  • f551cb4 Add support for add an album to library
  • 81494b5 Add support for following a playlist
  • 46fcbf0 Change method name

📊 Changes

5 files changed (+80 additions, -5 deletions)

View changed files

📝 src/app.rs (+53 -1)
📝 src/handlers/album_list.rs (+1 -1)
📝 src/handlers/playlist.rs (+11 -0)
📝 src/handlers/search_results.rs (+12 -2)
📝 src/main.rs (+3 -1)

📄 Description

here, i implement current_user_saved_album_add, follow_user_playlist, and follow_user_playlist. I think that add/follow and delete/unfollow are implemented in all contents. If there are oversights, tell me them.


🔄 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/172 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/27/2019 **Status:** ✅ Merged **Merged:** 11/30/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `add-contents` --- ### 📝 Commits (3) - [`f551cb4`](https://github.com/Rigellute/spotify-tui/commit/f551cb4a8b7ee94c3f9f1f8e51e9850bc6f0a955) Add support for add an album to library - [`81494b5`](https://github.com/Rigellute/spotify-tui/commit/81494b5d70736853da4c916dcde2039514b8b8ca) Add support for following a playlist - [`46fcbf0`](https://github.com/Rigellute/spotify-tui/commit/46fcbf0bd444b6b414bb2b5ea8cabc32a478d64b) Change method name ### 📊 Changes **5 files changed** (+80 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+53 -1) 📝 `src/handlers/album_list.rs` (+1 -1) 📝 `src/handlers/playlist.rs` (+11 -0) 📝 `src/handlers/search_results.rs` (+12 -2) 📝 `src/main.rs` (+3 -1) </details> ### 📄 Description here, i implement `current_user_saved_album_add`, `follow_user_playlist`, and `follow_user_playlist`. I think that add/follow and delete/unfollow are implemented in all contents. If there are oversights, tell me them. --- <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:21 +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#651
No description provided.