mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add this lol
This commit is contained in:
parent
50eaf51c5f
commit
db26363c95
@ -314,6 +314,12 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
if (req.useragent.source.includes("Nintendo WiiU"))
|
if (req.useragent.source.includes("Nintendo WiiU"))
|
||||||
res.redirect("/lite?v=" + req.query.v);
|
res.redirect("/lite?v=" + req.query.v);
|
||||||
|
|
||||||
|
if(!inv_vid.allowedRegions.includes("US") && !inv_vid.allowedRegions.includes("PL")) {
|
||||||
|
renderTemplate(res, req, "video-error.ejs", {
|
||||||
|
v,
|
||||||
|
err_reason:""
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
if (req.query.from === "short") var shortsui = true;
|
if (req.query.from === "short") var shortsui = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user