Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Subsonic: Fix album art missing from playlist display #1796

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

khers
Copy link
Contributor

@khers khers commented Nov 29, 2024

In order to display album art in the playlist view, we need to have an album associated with each track. Mappings do not seem to be sufficient here. Allow any caller of _parse_track() to optionally provide an Album that should be used for this track and ensure that the playlist display queries that album and uses it.

Fixes: https://github.com/music-assistant/hass-music-assistant/issues/3215

@khers khers force-pushed the feat-work branch 3 times, most recently from 70e226a to 8685d2d Compare December 4, 2024 13:23
In order to display album art in the playlist view, we need to have an
album associated with each track. Mappings do not seem to be sufficient
here. Allow any caller of _parse_track() to optionally provide an Album
that should be used for this track and ensure that the playlist display
queries that album and uses it.

Fixes: https://github.com/music-assistant/hass-music-assistant/issues/3215

Signed-off-by: Eric B Munson <[email protected]>
@marcelveldt marcelveldt merged commit b812a2f into music-assistant:dev Dec 20, 2024
3 checks passed
This was referenced Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Covers not visible in playlist (subsonic provider)
2 participants