-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Subsonic: Fix album art missing from playlist display
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]>
- Loading branch information
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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