mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
yup, thats the commit
This commit is contained in:
parent
fe6f218ac4
commit
a4449f8719
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user