@@ -285,6 +285,9 @@ app.get("/music", async function (req, res) {
1000
);
if (!song) {
res.redirect(`/watch?v=${v}`);
}
var lyrics = await musicInfo
.searchLyrics({ title: song.title, artist: song.artist })
.catch(() => null);
The note is not visible to the blocked user.