From 3cb8ad201dc19e922836cfaf5f231d829c661841 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 14:55:30 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/scrobble.js b/api/scrobble.js index 98b253cc..94631249 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -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({