feat: added promotional videos to /info endpoint response

This commit is contained in:
WBRK-dev
2024-04-28 11:25:12 +02:00
parent 0a291ad659
commit 8abde11e7b
3 changed files with 32 additions and 1 deletions
+9 -1
View File
@@ -326,7 +326,15 @@ console.log(data);
},
type: string,
duration: string
}
},
promotionalVideos: [
{
title: string | undefined,
source: string | undefined,
thumbnail: string | undefined
},
{...},
]
}
moreInfo: {
aired: string,