redirect to shorts if theres no videos :3

This commit is contained in:
ashley 2024-05-22 19:59:42 +00:00
parent 43682f2a87
commit 358a4d8311

View file

@ -368,6 +368,11 @@ module.exports = function (app, config, renderTemplate) {
" <br> " " <br> "
); );
const dnoreplace = about?.Description.toString(); const dnoreplace = about?.Description.toString();
if(!Array.isArray(tj?.videos) && Array.isArray(shorts?.videos) ) {
res.redirect(`/channel?id=${req.query.id}&tab=shorts`)
}
renderTemplate(res, req, "channel.ejs", { renderTemplate(res, req, "channel.ejs", {
ID, ID,