chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-29 14:55:30 -07:00
parent 4bd9546e73
commit 3cb8ad201d
No known key found for this signature in database

View file

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