1
Fork 0

Update server.js

This commit is contained in:
Ashley 2022-01-23 23:55:04 +03:00 committed by GitHub
parent 47c0c3c265
commit 2fa88fe468

View file

@ -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){