mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #745] [MERGED] Added description to show if a playlist is favorited/followed #860
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#860
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/aome510/spotify-player/pull/745
Author: @nbrowner
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @aome510
Base:
master← Head:master📝 Commits (3)
1c75f30Added functionality for displaying follow status of a playlist47925deMerge branch 'master' of github.com:nbrowner/spotify-player90aa179fmt📊 Changes
2 files changed (+24 additions, -1 deletions)
View changed files
📝
spotify_player/src/state/data.rs(+8 -0)📝
spotify_player/src/ui/page.rs(+16 -1)📄 Description
When using the spotify_player application, I noticed that I was unable to view whether I had favorited a playlist or not. To remedy this, I created a public function to check whether the currently viewed playlist is in the user's library or not, returning a boolean. This is implemented in the page render to either display "Followed" or "Not Followed".
If there are any needed changes, please ping me. I would love to see this pull request through to implementation!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.