diff --git a/index.js b/index.js index 1bfb172..051b235 100644 --- a/index.js +++ b/index.js @@ -91,7 +91,7 @@ async function getVideo() { const youtubeMusicVideo = musicList.find((song) => { return skewered(song.title).includes(skewered(trackData.name)) - && song.artists.some(artist => skewered(trackData.artist.name).includes(artist.name)); + && song.artists.some(artist => skewered(trackData.artist.name).includes(skewered(artist.name))); }); if (youtubeMusicVideo == null) {