1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 12:43:30 -05:00
This commit is contained in:
Ashley 2022-08-15 11:56:26 +02:00
parent 88f955f2da
commit 7fd8b8ef4c

View file

@ -161,7 +161,6 @@ app.get("/watch", async function (req, res) {
// lyrics
const lyrics = await lyricsFinder(json.Title);
if (lyrics == undefined) lyrics = "Lyrics not found";