mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
add mbzReleaseGroupId to Album type
This commit is contained in:
@@ -394,6 +394,7 @@ const normalizeAlbum = (
|
||||
isCompilation: item.compilation,
|
||||
lastPlayedAt: normalizePlayDate(item),
|
||||
mbzId: item.mbzAlbumId || null,
|
||||
mbzReleaseGroupId: item.mbzReleaseGroupId || null,
|
||||
name: item.name,
|
||||
originalDate: originalDate.date,
|
||||
originalYear: originalDate.year,
|
||||
|
||||
Reference in New Issue
Block a user