fix: debug

This commit is contained in:
Cory Dransfeldt 2024-03-30 18:47:20 -07:00
parent 007aa62434
commit bc5bf79e5c

View file

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