mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:58:26 +01:00
Update server.js
This commit is contained in:
parent
1e9fab42dd
commit
839f54073b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ app.get("/watch", function(req, res) {
|
|||
var h = results[0].id;
|
||||
var lmao = results[0];
|
||||
if(err) return
|
||||
res.redirect(`/watch?v=${h}&title=${lmao.title}&channel=${lmao.channelTitle}&searchquery=${url}&data=${mythe2}${mythe}${mythe3}`);
|
||||
res.redirect(`/watch?v=${h}&title=${lmao.title}&channel=${lmao.channelTitle}&searchquery=${url}`);
|
||||
});
|
||||
}
|
||||
if(!url){
|
||||
|
|
Loading…
Reference in a new issue