mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
artists fixes
This commit is contained in:
parent
c376293f2f
commit
68759a2613
6 changed files with 15 additions and 7 deletions
|
|
@ -236,7 +236,6 @@ const normalizeAlbum = (
|
|||
})),
|
||||
id: item.Id,
|
||||
imagePlaceholderUrl: null,
|
||||
participants: null,
|
||||
imageUrl: getAlbumCoverArtUrl({
|
||||
baseUrl: server?.url || '',
|
||||
item,
|
||||
|
|
@ -248,6 +247,7 @@ const normalizeAlbum = (
|
|||
mbzId: item.ProviderIds?.MusicBrainzAlbum || null,
|
||||
name: item.Name,
|
||||
originalDate: null,
|
||||
participants: null,
|
||||
playCount: item.UserData?.PlayCount || 0,
|
||||
releaseDate: item.PremiereDate?.split('T')[0] || null,
|
||||
releaseYear: item.ProductionYear || null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue