mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Fix normalized album duration values (#205)
This commit is contained in:
parent
663893dccb
commit
877b2e9f3b
2 changed files with 2 additions and 3 deletions
|
|
@ -208,7 +208,7 @@ const normalizeAlbum = (
|
|||
})),
|
||||
backdropImageUrl: null,
|
||||
createdAt: item.DateCreated,
|
||||
duration: item.RunTimeTicks / 10000000,
|
||||
duration: item.RunTimeTicks / 10000,
|
||||
genres: item.GenreItems?.map((entry) => ({
|
||||
id: entry.Id,
|
||||
imageUrl: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue