mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 23:09:08 +01:00
add procces information :^
This commit is contained in:
parent
cf9d34efdc
commit
069b98715f
1 changed files with 3 additions and 0 deletions
|
@ -179,6 +179,7 @@ app.get("/watch", async function (req, res) {
|
||||||
date: moment(k.Video.uploadDate).format("LL"),
|
date: moment(k.Video.uploadDate).format("LL"),
|
||||||
e: e,
|
e: e,
|
||||||
k: k,
|
k: k,
|
||||||
|
process:process,
|
||||||
sha384: sha384,
|
sha384: sha384,
|
||||||
isMobile: req.useragent.isMobile,
|
isMobile: req.useragent.isMobile,
|
||||||
tj: tj,
|
tj: tj,
|
||||||
|
@ -191,6 +192,8 @@ app.get("/watch", async function (req, res) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
app.get("/music", async function (req, res) {
|
app.get("/music", async function (req, res) {
|
||||||
/*
|
/*
|
||||||
* QUERYS
|
* QUERYS
|
||||||
|
|
Loading…
Reference in a new issue