enable comments, safer note

This commit is contained in:
Kendall Garner
2024-01-15 20:46:06 -08:00
parent 960427fce8
commit 5516daab6e
8 changed files with 62 additions and 14 deletions
@@ -214,6 +214,7 @@ const normalizeAlbum = (
name: entry.Name,
})),
backdropImageUrl: null,
comment: null,
createdAt: item.DateCreated,
duration: item.RunTimeTicks / 10000,
genres: item.GenreItems?.map((entry) => ({