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