mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #155] [MERGED] Follow/unfollow artists #638
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#638
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/155
Author: @ghost
Created: 11/18/2019
Status: ✅ Merged
Merged: 11/22/2019
Merged by: @Rigellute
Base:
master← Head:follow-artists📝 Commits (6)
5135675Add user-follow-modify to the SCOPEeace9c8Add support for following/unfollowing artists4c6d644AssignDto call user_unfollow_artistsbd62552Assignwto call user_follow_artists7dd66d6Fix calling push_navigation_stack many time3fdc1f5Add follow an artist📊 Changes
6 files changed (+40 additions, -2 deletions)
View changed files
📝
src/app.rs(+28 -1)📝
src/handlers/artists.rs(+1 -0)📝
src/handlers/library.rs(+1 -0)📝
src/handlers/search_results.rs(+7 -0)📝
src/main.rs(+2 -1)📝
src/ui/help.rs(+1 -0)📄 Description
Add support for following/unfollowing artists.
Considering #152, it seems that adding/following and deleting/unfollowing have common components and there may be more good abstraction. I will try this after adding and deleting were implemented in other type contents.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.