mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
owo
This commit is contained in:
parent
97a40a773c
commit
b617c4ac73
@ -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 New Issue
Block a user