mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #445] [MERGED] Add support for saving an album and following an artist in artist view #823
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#823
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/445
Author: @ghost
Created: 5/8/2020
Status: ✅ Merged
Merged: 5/11/2020
Merged by: @Rigellute
Base:
master← Head:add-support-for-saving-in-artist-view📝 Commits (1)
67dc397Add 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.