1
Fork 0

Update server.js

This commit is contained in:
Ashley 2022-01-23 23:55:04 +03:00 committed by GitHub
parent 1e9fab42dd
commit 839f54073b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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