mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
Update server.js
This commit is contained in:
parent
e94b46dfae
commit
74c6c09279
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ app.get("/watch", async function (req, res) {
|
|||
const engagement = fetching.engagement
|
||||
const lyrics = await lyricsFinder(json.Title);
|
||||
if (lyrics == undefined) lyrics = "Lyrics not found";
|
||||
renderTemplate(res, req, "youtubenew.ejs", {
|
||||
renderTemplate(res, req, "youtube.ejs", {
|
||||
url: url,
|
||||
engagement:engagement,
|
||||
title: json,
|
||||
|
|
Loading…
Reference in a new issue