mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add dark info panel :3
This commit is contained in:
parent
d539c657d2
commit
3e9c622b2d
@ -168,7 +168,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
});
|
||||
|
||||
app.get("/watch", async (req, res) => {
|
||||
const { v, e, r, f, m, quality: q, a, universe } = req.query;
|
||||
const { dm, v, e, r, f, m, quality: q, a, universe } = req.query;
|
||||
|
||||
if (!v) {
|
||||
return res.redirect("/");
|
||||
@ -239,6 +239,7 @@ core.video(v).then((data) => {
|
||||
e,
|
||||
a,
|
||||
k,
|
||||
dm,
|
||||
verify,
|
||||
secure,
|
||||
process,
|
||||
|
Loading…
Reference in New Issue
Block a user