chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-29 15:27:06 -07:00
parent 891a4ade02
commit b895199821
No known key found for this signature in database

View file

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