diff --git a/api/scrobble.js b/api/scrobble.js index c6160d0b..7258c38f 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -100,8 +100,9 @@ export default async (request) => { } // scrobble logic - artistInfo = await artists.get(artistKey, { type: 'json'}) - console.log('artistInfo', artistInfo) + artistInfo = await artists.get(artistKey) + console.log(JSON.parse(artistInfo)) + console.log('artistInfo["mbid"]', JSON.parse(artistInfo)["mbid"]) const artistUrl = `https://musicbrainz.org/artist/${artistInfo?.['mbid']}` const trackScrobbleData = { track,