chore: scrobbling
This commit is contained in:
parent
4bd9546e73
commit
3cb8ad201d
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Reference in a new issue