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,