Update index.js

This commit is contained in:
MeowcaTheoRange 2025-02-12 19:35:57 +00:00
parent d8c8cffaf8
commit 6aa932a522

View file

@ -101,7 +101,7 @@ async function getVideo() {
&& song.artists.some(artist => compareCase(trackData.artist.name).includes(compareCase(artist.name)));
});
} catch (err) {
print("YTM lookup failed")
console.log("YTM lookup failed")
// do nothing
}