[PR #745] [MERGED] Added description to show if a playlist is favorited/followed #860

Closed
opened 2026-03-03 00:01:10 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • 1c75f30 Added functionality for displaying follow status of a playlist
  • 47925de Merge branch 'master' of github.com:nbrowner/spotify-player
  • 90aa179 fmt

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/745 **Author:** [@nbrowner](https://github.com/nbrowner) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`1c75f30`](https://github.com/aome510/spotify-player/commit/1c75f30cc432e39601cbd96e9550b4067c5e89d4) Added functionality for displaying follow status of a playlist - [`47925de`](https://github.com/aome510/spotify-player/commit/47925def5836f628b4d55ba7779a5e39571bf2aa) Merge branch 'master' of github.com:nbrowner/spotify-player - [`90aa179`](https://github.com/aome510/spotify-player/commit/90aa1790b4071a8b7ab2205d832c7f2516399fbf) fmt ### 📊 Changes **2 files changed** (+24 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/state/data.rs` (+8 -0) 📝 `spotify_player/src/ui/page.rs` (+16 -1) </details> ### 📄 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#860
No description provided.