mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[PR #172] [MERGED] Add support for adding an album and following a playlist #651
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#651
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/172
Author: @ghost
Created: 11/27/2019
Status: ✅ Merged
Merged: 11/30/2019
Merged by: @Rigellute
Base:
master← Head:add-contents📝 Commits (3)
f551cb4Add support for add an album to library81494b5Add support for following a playlist46fcbf0Change 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, andfollow_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.