mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
yup, thats the commit
This commit is contained in:
parent
fe6f218ac4
commit
a4449f8719
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue