mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
add procces information :^
This commit is contained in:
parent
580de5b285
commit
0ab52dff96
@ -179,6 +179,7 @@ app.get("/watch", async function (req, res) {
|
||||
date: moment(k.Video.uploadDate).format("LL"),
|
||||
e: e,
|
||||
k: k,
|
||||
process:process,
|
||||
sha384: sha384,
|
||||
isMobile: req.useragent.isMobile,
|
||||
tj: tj,
|
||||
@ -191,6 +192,8 @@ app.get("/watch", async function (req, res) {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
app.get("/music", async function (req, res) {
|
||||
/*
|
||||
* QUERYS
|
||||
|
Loading…
Reference in New Issue
Block a user