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", { renderTemplate(res, req, "channel.ejs", {
ID, ID,
tab, tab,
shorts, shorts,
firstVideo:tj.videos[0], firstVideo:ChannelFirstVideoObject,
j: boutJson, j: boutJson,
sort: sort_by, sort: sort_by,
stream, stream,