mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
Update server.js
This commit is contained in:
parent
e47427607d
commit
9e69aff71e
@ -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 New Issue
Block a user