mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Add description property to playlist
This commit is contained in:
@@ -732,6 +732,7 @@ const normalizePlaylist = (
|
||||
});
|
||||
|
||||
return {
|
||||
description: item.Overview || null,
|
||||
duration: item.RunTimeTicks / 10000000,
|
||||
id: item.Id,
|
||||
imagePlaceholderUrl,
|
||||
|
||||
Reference in New Issue
Block a user