1
Fork 0

yup, thats the commit

This commit is contained in:
Ashley 2023-01-28 13:42:04 +00:00
parent fe6f218ac4
commit a4449f8719

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;
@ -244,6 +245,7 @@ module.exports = function (app, config, renderTemplate) {
if (d === "[object Object]") {
var d = false;
}
renderTemplate(res, req, "poketube.ejs", {
color: data.color,