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