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
|
// scrobble logic
|
||||||
artistInfo = await artists.get(artistKey, { type: 'json'})
|
artistInfo = await artists.get(artistKey, { type: 'json'})
|
||||||
console.log(artistInfo['mbid'])
|
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,
|
||||||
album,
|
album,
|
||||||
|
|
Reference in a new issue