add universe param :3

This commit is contained in:
Ashley 2023-03-04 11:07:45 +00:00
parent 8588b774ee
commit aee34728fe

View file

@ -174,7 +174,7 @@ module.exports = function (app, config, renderTemplate) {
});
app.get("/watch", async (req, res) => {
const { v, e, r, f, t, quality: q, a } = req.query;
const { v, e, r, f, t, quality: q, a, universe } = req.query;
if (!v) {
return res.redirect("/");
@ -271,6 +271,7 @@ module.exports = function (app, config, renderTemplate) {
inv: inv_comments,
ip,
convert,
universe,
wiki: data.wiki,
f,
t: config.t_url,