From 29e75a690547646822a98e175b0e85b28ba10e7b Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Thu, 22 Feb 2024 07:05:00 -0600 Subject: [PATCH] ew --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index f0709dd..dedfe4b 100644 --- a/index.js +++ b/index.js @@ -39,8 +39,9 @@ async function scrapeLastFMWebsiteForVideo(trackData) { } catch (err) { return null; } if (attr == null) return; + try { - const youtubeVideo = await GetVideoDetails(attr); + const youtubeVideo = await GetVideoDetails(attr); } catch (err) { return null; } return {