mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +01:00
owo
This commit is contained in:
parent
88f955f2da
commit
7fd8b8ef4c
1 changed files with 1 additions and 2 deletions
|
@ -161,7 +161,6 @@ 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";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue