Update index.js
This commit is contained in:
parent
d8c8cffaf8
commit
6aa932a522
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -101,7 +101,7 @@ async function getVideo() {
|
||||||
&& song.artists.some(artist => compareCase(trackData.artist.name).includes(compareCase(artist.name)));
|
&& song.artists.some(artist => compareCase(trackData.artist.name).includes(compareCase(artist.name)));
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
print("YTM lookup failed")
|
console.log("YTM lookup failed")
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue