mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
support animated artist images
This commit is contained in:
@@ -333,7 +333,7 @@ const normalizeAlbumArtist = (
|
||||
item.similarArtists?.map((artist) => ({
|
||||
id: artist.id,
|
||||
imageId: null,
|
||||
imageUrl: artist?.artistImageUrl || null,
|
||||
imageUrl: artist?.artistImageUrl?.replace(/\?size=\d+/, '') || null,
|
||||
name: artist.name,
|
||||
})) || null,
|
||||
songCount,
|
||||
|
||||
Reference in New Issue
Block a user