mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 08:57:57 +00:00
yup, thats the commit
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user