feat: display playlist cover art if available - #140
Closed
eangele1 wants to merge 1 commit into
Closed
Conversation
Member
|
hi, how do you add the image cover for playlists? |
Author
You can upload playlist cover art via the Navidrome Web UI by hovering over the playlist's default cover art and clicking the camera icon to upload an image. Once the image is uploaded to the server, Navidrome provides a cover art endpoint via the API, and this PR allows the app to fetch and display that image. |
Member
|
Oh great, I didn't know that. Thanks! I've added your commit into #149, i'll close this PR after the 2.4 tested internally |
Author
No problem, sounds good! |
Member
|
closing this as all commits have been cherrypicked to release/2.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR implements functionality to fetch and display playlist cover art directly from the server if it supports it. Previously, playlists would display a placeholder image by default; now, the UI displays the custom playlist cover art.
Changes
Screenshots