From eebda14a41cedb220240a177960e00f15059759b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 14:57:14 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 1 + 1 file changed, 1 insertion(+) 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,