chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-29 14:39:37 -07:00
parent bb470f86e0
commit 9bd8ab0e8a
No known key found for this signature in database

View file

@ -112,7 +112,7 @@ export default async (request) => {
}
const scrobbleData = await scrobbles.get(`${weekStop()}`, { type: 'json'})
const windowData = await scrobbles.get('window', { type: 'json'})
scrobbleData.setJSON('now-playing', JSON.stringify(scrobbleUpdate))
scrobbleData.setJSON('now-playing', JSON.stringify(trackScrobbleData))
let scrobbleUpdate = scrobbleData
let windowUpdate = windowData;
if (scrobbleUpdate) scrobbleUpdate['data'].push(trackScrobbleData)