chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-29 14:57:14 -07:00
parent 3cb8ad201d
commit eebda14a41
No known key found for this signature in database

View file

@ -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,