From 608cc73b92359892a0cad60d957340035676ace1 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Thu, 22 Feb 2024 07:03:43 -0600 Subject: [PATCH] Why you no scrobble Redesign Your Logo? --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 7598a34..f0709dd 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); + } catch (err) { return null; } return { ...youtubeVideo,