1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:34:41 -05:00

Update server.js

This commit is contained in:
Ashley 2022-03-24 18:01:32 +03:00 committed by GitHub
parent 72a1d84b0a
commit 238cd966fc

View file

@ -89,7 +89,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,