mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
enable comments, safer note
This commit is contained in:
parent
960427fce8
commit
5516daab6e
8 changed files with 62 additions and 14 deletions
|
|
@ -154,6 +154,7 @@ const normalizeAlbum = (
|
|||
albumArtists: [{ id: item.albumArtistId, imageUrl: null, name: item.albumArtist }],
|
||||
artists: [{ id: item.artistId, imageUrl: null, name: item.artist }],
|
||||
backdropImageUrl: imageBackdropUrl,
|
||||
comment: item.comment || null,
|
||||
createdAt: item.createdAt.split('T')[0],
|
||||
duration: item.duration * 1000 || null,
|
||||
genres: item.genres?.map((genre) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue