mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
owo
This commit is contained in:
parent
97a40a773c
commit
b617c4ac73
1 changed files with 1 additions and 2 deletions
|
@ -161,8 +161,7 @@ app.get("/watch", async function (req, res) {
|
||||||
|
|
||||||
// lyrics
|
// lyrics
|
||||||
const lyrics = await lyricsFinder(json.Title);
|
const lyrics = await lyricsFinder(json.Title);
|
||||||
if (lyrics == undefined) lyrics = "Lyrics not found";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
renderTemplate(res, req, "poketube.ejs", {
|
renderTemplate(res, req, "poketube.ejs", {
|
||||||
|
|
Loading…
Reference in a new issue