zyachel
2023-04-15 21:02:10 +05:30
parent 18ca98fd4a
commit 75732e0086
21 changed files with 2150 additions and 2 deletions

View File

@ -101,7 +101,7 @@ const cleanTitle = (rawData: RawTitle) => {
total: misc.videos.total,
videos: misc.videoStrip.edges.map(video => ({
id: video.node.id,
type: video.node.contentType.displayName,
type: video.node.contentType.displayName.value,
caption: video.node.name.value,
runtime: video.node.runtime.value,
thumbnail: video.node.thumbnail.url,