Add coverArt to Subsonic playlist response
This commit is contained in:
@@ -171,5 +171,6 @@ func (api *Router) buildPlaylist(p model.Playlist) *responses.Playlist {
|
||||
pls.Public = p.Public
|
||||
pls.Created = p.CreatedAt
|
||||
pls.Changed = p.UpdatedAt
|
||||
pls.CoverArt = p.CoverArtID().String()
|
||||
return pls
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user