mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
add dark info panel :3
This commit is contained in:
parent
d539c657d2
commit
3e9c622b2d
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue