chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-29 14:49:08 -07:00
parent 5fb65648a8
commit 4bd9546e73
No known key found for this signature in database

View file

@ -119,8 +119,8 @@ export default async (request) => {
if (!scrobbleUpdate) scrobbleUpdate = { data: [trackScrobbleData] }
if (windowData) windowUpdate['data'].push(trackScrobbleData)
if (!windowData) windowUpdate = { data: [trackScrobbleData] }
await scrobbleData.setJSON(`${weekStop()}`, JSON.stringify(scrobbleUpdate))
await windowData.setJSON('window-data', JSON.stringify(filterOldScrobbles(windowUpdate)))
await scrobbles.setJSON(`${weekStop()}`, JSON.stringify(scrobbleUpdate))
await scrobbles.setJSON('window', JSON.stringify(filterOldScrobbles(windowUpdate)))
}
return new Response(JSON.stringify({