mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
redirect to shorts if theres no videos :3
This commit is contained in:
parent
43682f2a87
commit
358a4d8311
@ -369,6 +369,11 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
);
|
);
|
||||||
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,
|
||||||
tab,
|
tab,
|
||||||
|
Loading…
Reference in New Issue
Block a user