mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
lol sorry
This commit is contained in:
parent
8479624a05
commit
eca85c73cb
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
var mediaproxy = config.media_proxy;
|
||||
|
||||
if (req.useragent.source.includes("Pardus")) {
|
||||
var media_proxy = "https://media-proxy.ashley0143.xyz";
|
||||
var mediaproxy = "https://media-proxy.ashley0143.xyz";
|
||||
}
|
||||
|
||||
renderTemplate(res, req, "playlist.ejs", {
|
||||
|
|
Loading…
Reference in a new issue