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