add mbzReleaseGroupId to Album type

This commit is contained in:
jeffvli
2026-02-06 05:22:56 -08:00
parent fea2966f62
commit 7cecd859ae
5 changed files with 7 additions and 0 deletions
@@ -306,6 +306,7 @@ const normalizeAlbum = (
isCompilation: null,
lastPlayedAt: null,
mbzId: null,
mbzReleaseGroupId: null,
name: item.name,
originalDate: releaseDate,
originalYear: item.year || null,