mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #612] [MERGED] Update the saved albums cache set when getting an artist #929
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#929
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/612
Author: @Utagai
Created: 10/10/2020
Status: ✅ Merged
Merged: 10/13/2020
Merged by: @Rigellute
Base:
master← Head:saved-albums-not-marked📝 Commits (2)
0b64143Update the saved albums cache set when getting an artistbab09fePrefer dispatching an IO event for updating the album cache set📊 Changes
1 file changed (+13 additions, -4 deletions)
View changed files
📝
src/network.rs(+13 -4)📄 Description
This closes #611 which I just filed.
Check out the issue for some screenshots. This PR effectively makes the second screenshot in that issue description correct, in that it recognizes the saved albums on that artist.
As mentioned in that issue too, we seemingly do not update the saved tracks set when searching, so I omitted adding that into this patch, but it's easy enough to extend this patch to apply to tracks and make things consistent.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.