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 // lyrics
const lyrics = await lyricsFinder(json.Title); const lyrics = await lyricsFinder(json.Title);
if (lyrics == undefined) lyrics = "Lyrics not found";