mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
if no song dont go to / music lmafo
This commit is contained in:
parent
b5b35209af
commit
a2cc2a309b
@ -285,6 +285,9 @@ app.get("/music", async function (req, res) {
|
|||||||
1000
|
1000
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (!song) {
|
||||||
|
res.redirect(`/watch?v=${v}`);
|
||||||
|
}
|
||||||
var lyrics = await musicInfo
|
var lyrics = await musicInfo
|
||||||
.searchLyrics({ title: song.title, artist: song.artist })
|
.searchLyrics({ title: song.title, artist: song.artist })
|
||||||
.catch(() => null);
|
.catch(() => null);
|
||||||
|
Loading…
Reference in New Issue
Block a user