chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-29 15:03:57 -07:00
parent ac6e58bb09
commit 94d0f746c3
No known key found for this signature in database

View file

@ -101,7 +101,7 @@ export default async (request) => {
// scrobble logic // scrobble logic
artistInfo = await artists.get(artistKey, { type: 'json'}) artistInfo = await artists.get(artistKey, { type: 'json'})
console.log(artistInfo) console.log(artistInfo['mbid'])
const artistUrl = `https://musicbrainz.org/artist/${artistInfo['mbid']}` const artistUrl = `https://musicbrainz.org/artist/${artistInfo['mbid']}`
const trackScrobbleData = { const trackScrobbleData = {
track, track,