1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 04:34:38 -05:00
This commit is contained in:
Ashley 2022-08-15 11:56:26 +02:00
parent 97a40a773c
commit b617c4ac73

View file

@ -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";