1
Fork 0
This commit is contained in:
Ashley 2023-01-21 18:00:51 +00:00
parent 6a8b6026fa
commit 8eab3f6840

View file

@ -445,6 +445,7 @@ module.exports = function (app, config, renderTemplate) {
const c = await channel.text();
const tj = JSON.parse(modules.toJson(c));
try {
// info
const song = await musicInfo.searchSong(
{
@ -457,7 +458,7 @@ module.exports = function (app, config, renderTemplate) {
if (!song) {
res.redirect(`/watch?v=${v}`);
}
try {
const lyrics = await lyricsFinder(song.artist + song.title);
if (lyrics == undefined)
ly = "This Is Where I'd Put The songs lyrics. IF IT HAD ONE ";