fixed companion :3

This commit is contained in:
PancakeSparkle 2025-09-24 17:32:25 +02:00
parent 1ed511d8df
commit 1ada885fa4

View File

@ -81,7 +81,7 @@ module.exports = function (app, config, renderTemplate) {
var q = "18";
if (req.query.q) q = req.query.q;
const url = `${config.videourl}/latest_version?id=${v}&itag=${q}&local=true`;
const url = `${config.videourl}/companion/latest_version?id=${v}&itag=${q}&local=true`;
res.redirect(url);
});