1
Fork 0

yup, thats the commit

This commit is contained in:
Ashley 2023-01-28 13:42:04 +00:00
parent 8bfb81354b
commit 8cccb4f1cb

View file

@ -186,6 +186,7 @@ module.exports = function (app, config, renderTemplate) {
const isvld = await core.isvalidvideo(v); const isvld = await core.isvalidvideo(v);
if (!v) res.redirect("/"); if (!v) res.redirect("/");
const u = await media_proxy(v); const u = await media_proxy(v);
var secure; var secure;
@ -245,6 +246,7 @@ module.exports = function (app, config, renderTemplate) {
var d = false; var d = false;
} }
renderTemplate(res, req, "poketube.ejs", { renderTemplate(res, req, "poketube.ejs", {
color: data.color, color: data.color,
color2: data.color2, color2: data.color2,