From adafe5e44af471315abe519685c7adde5a497120 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Thu, 22 Feb 2024 07:05:33 -0600 Subject: [PATCH] ew 2 ewlectric boogaloo --- index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index dedfe4b..c3abb58 100644 --- a/index.js +++ b/index.js @@ -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 {