mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
fix
This commit is contained in:
parent
d52e4bcf2a
commit
20270335cb
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
var vidurl = u.losslessurl
|
||||
}
|
||||
|
||||
if(req.useragent.source.includes("Pardus"){
|
||||
if(req.useragent.source.includes("Pardus")){
|
||||
var vidurl = "https://yt.sudovanilla.com"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue