mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:37:56 +01:00
fix january in school
This commit is contained in:
parent
4ba2b7c466
commit
def705d37a
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
|
|
||||||
if (req.useragent.source.includes("Pardus")) {
|
if (req.useragent.source.includes("Pardus")) {
|
||||||
var vidurl = "https://iv.ggtyler.dev";
|
var vidurl = "https://iv.ggtyler.dev";
|
||||||
var mediaproxy = "https://media-proxy.ashley0143.xyz"
|
var mediaproxy = "https://nyc1.pokejan.ggtyler.dev/"
|
||||||
var isvidious = true;
|
var isvidious = true;
|
||||||
var isSchoolProxy = "";
|
var isSchoolProxy = "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue