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