mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
info for playlists, show id, fix playlist duration
This commit is contained in:
parent
1cda4363ef
commit
9e689468f9
3 changed files with 40 additions and 5 deletions
|
|
@ -285,7 +285,7 @@ const normalizePlaylist = (
|
|||
): Playlist => {
|
||||
return {
|
||||
description: item.comment || null,
|
||||
duration: item.duration,
|
||||
duration: item.duration * 1000,
|
||||
genres: [],
|
||||
id: item.id.toString(),
|
||||
imagePlaceholderUrl: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue