mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
artists fixes
This commit is contained in:
parent
c376293f2f
commit
68759a2613
6 changed files with 15 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue