chore: debug

This commit is contained in:
Cory Dransfeldt 2024-03-30 18:33:33 -07:00
parent 3e0a18e0cb
commit 47adec9027

View file

@ -145,6 +145,8 @@ export default async (request) => {
timestamp,
genre: artistInfo?.['genre'] || ''
}
console.log(artistInfo)
console.log(artistInfo?.['genre'])
const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'})
const windowData = await scrobbles.get('window', { type: 'json'})
await scrobbles.setJSON('now-playing', {...trackScrobbleData, ...{ url: `https://musicbrainz.org/artist/${artistInfo?.['mbid']}`}})