mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
artists fixes
This commit is contained in:
@@ -279,7 +279,10 @@ const normalizeAlbumArtist = (
|
||||
}
|
||||
|
||||
return {
|
||||
albumCount: item.stats?.albumartist?.albumCount || item.albumCount,
|
||||
albumCount: Math.max(
|
||||
item.stats?.albumartist?.albumCount || item.albumCount,
|
||||
item.stats?.artist?.albumCount || 0,
|
||||
),
|
||||
backgroundImageUrl: null,
|
||||
biography: item.biography || null,
|
||||
duration: null,
|
||||
|
||||
Reference in New Issue
Block a user