1
Fork 0

use ChannelFirstVideoObject

This commit is contained in:
ashley 2024-07-15 14:53:00 +00:00
parent d4a7a2cded
commit cd9786f699

View file

@ -321,11 +321,17 @@ module.exports = function (app, config, renderTemplate) {
}
}
const ChannelFirstVideoObject = await fetch(
`${config.invapi}/videos/${tj.videos[0].videoId}`
)
.then((res) => res.text())
.then((txt) => getJson(txt));
renderTemplate(res, req, "channel.ejs", {
ID,
tab,
shorts,
firstVideo:tj.videos[0],
firstVideo:ChannelFirstVideoObject,
j: boutJson,
sort: sort_by,
stream,