Update server.js

This commit is contained in:
Ashley
2022-03-24 18:01:32 +03:00
committed by GitHub
parent 3f1bdf5ee2
commit 759c361c02

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,