From 0a3eba39b4f1c3642a928869b2d592212304f99f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 15:06:36 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/scrobble.js b/api/scrobble.js index 865fefc3..2437293b 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -101,8 +101,8 @@ export default async (request) => { // scrobble logic artistInfo = await artists.get(artistKey, { type: 'json'}) - console.log(artistInfo['mbid']) - const artistUrl = `https://musicbrainz.org/artist/${artistInfo['mbid']}` + console.log(artistInfo?.['mbid']) + const artistUrl = `https://musicbrainz.org/artist/${artistInfo?.['mbid']}` const trackScrobbleData = { track, album,