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
|
// scrobble logic
|
||||||
artistInfo = await artists.get(artistKey, { type: 'json'})
|
artistInfo = await artists.get(artistKey, { type: 'json'})
|
||||||
|
console.log(artistInfo)
|
||||||
const artistUrl = `https://musicbrainz.org/artist/${artistInfo['mbid']}`
|
const artistUrl = `https://musicbrainz.org/artist/${artistInfo['mbid']}`
|
||||||
const trackScrobbleData = {
|
const trackScrobbleData = {
|
||||||
track,
|
track,
|
||||||
|
|
Reference in a new issue