fix: debug
This commit is contained in:
parent
007aa62434
commit
bc5bf79e5c
1 changed files with 0 additions and 2 deletions
|
@ -145,8 +145,6 @@ 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']}`}})
|
||||
|
|
Reference in a new issue