diff --git a/api/scrobble.js b/api/scrobble.js index 94631249..07385a37 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -101,6 +101,7 @@ export default async (request) => { // scrobble logic artistInfo = await artists.get(artistKey, { type: 'json'}) + console.log(artistInfo) const artistUrl = `https://musicbrainz.org/artist/${artistInfo['mbid']}` const trackScrobbleData = { track,