Remove size from public image ID JWT
This commit is contained in:
@@ -112,7 +112,7 @@ func (api *Router) Search2(r *http.Request) (*responses.Subsonic, error) {
|
||||
AlbumCount: artist.AlbumCount,
|
||||
UserRating: artist.Rating,
|
||||
CoverArt: artist.CoverArtID().String(),
|
||||
ArtistImageUrl: artistCoverArtURL(r, artist.CoverArtID(), 0),
|
||||
ArtistImageUrl: publicImageURL(r, artist.CoverArtID(), 0),
|
||||
}
|
||||
if artist.Starred {
|
||||
searchResult2.Artist[i].Starred = &as[i].StarredAt
|
||||
|
||||
Reference in New Issue
Block a user