From 4bd9546e73062c329232b62f05fa397dd75be0f5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 14:49:08 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/scrobble.js b/api/scrobble.js index 423ab86d..98b253cc 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -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({