ew 2 ewlectric boogaloo

This commit is contained in:
MeowcaTheoRange 2024-02-22 07:05:33 -06:00
parent 29e75a6905
commit adafe5e44a

View file

@ -39,9 +39,10 @@ async function scrapeLastFMWebsiteForVideo(trackData) {
} catch (err) { return null; }
if (attr == null) return;
let youtubeVideo;
try {
const youtubeVideo = await GetVideoDetails(attr);
youtubeVideo = await GetVideoDetails(attr);
} catch (err) { return null; }
return {