mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:14:39 -05: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) => {
|
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) {
|
if (!v) {
|
||||||
return res.redirect("/");
|
return res.redirect("/");
|
||||||
|
@ -239,6 +239,7 @@ core.video(v).then((data) => {
|
||||||
e,
|
e,
|
||||||
a,
|
a,
|
||||||
k,
|
k,
|
||||||
|
dm,
|
||||||
verify,
|
verify,
|
||||||
secure,
|
secure,
|
||||||
process,
|
process,
|
||||||
|
|
Loading…
Reference in a new issue