chore: scrobbling
This commit is contained in:
parent
ac6e58bb09
commit
94d0f746c3
1 changed files with 3 additions and 3 deletions
|
@ -101,7 +101,7 @@ export default async (request) => {
|
|||
|
||||
// scrobble logic
|
||||
artistInfo = await artists.get(artistKey, { type: 'json'})
|
||||
console.log(artistInfo)
|
||||
console.log(artistInfo['mbid'])
|
||||
const artistUrl = `https://musicbrainz.org/artist/${artistInfo['mbid']}`
|
||||
const trackScrobbleData = {
|
||||
track,
|
||||
|
|
Reference in a new issue