From b8951998214e24070e7363160e7579403dd25bcb Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 15:27:06 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,