1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-31 02:33:31 -05:00

add media_proxy thingy

This commit is contained in:
Ashley //// 2024-03-08 04:23:31 +00:00
parent a3de3ad08f
commit 8479624a05

View file

@ -127,6 +127,10 @@ module.exports = function (app, config, renderTemplate) {
const p = getJson(await playlist.text());
var mediaproxy = config.media_proxy;
if (req.useragent.source.includes("Pardus")) {
var media_proxy = "https://media-proxy.ashley0143.xyz";
}
renderTemplate(res, req, "playlist.ejs", {
p,
mediaproxy,