mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Add description property to playlist
This commit is contained in:
parent
1e77e1074a
commit
5dd65b18b7
3 changed files with 3 additions and 0 deletions
|
|
@ -732,6 +732,7 @@ const normalizePlaylist = (
|
|||
});
|
||||
|
||||
return {
|
||||
description: item.Overview || null,
|
||||
duration: item.RunTimeTicks / 10000000,
|
||||
id: item.Id,
|
||||
imagePlaceholderUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue