chore: scrobbling
This commit is contained in:
parent
bb470f86e0
commit
9bd8ab0e8a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export default async (request) => {
|
||||||
}
|
}
|
||||||
const scrobbleData = await scrobbles.get(`${weekStop()}`, { type: 'json'})
|
const scrobbleData = await scrobbles.get(`${weekStop()}`, { type: 'json'})
|
||||||
const windowData = await scrobbles.get('window', { type: 'json'})
|
const windowData = await scrobbles.get('window', { type: 'json'})
|
||||||
scrobbleData.setJSON('now-playing', JSON.stringify(scrobbleUpdate))
|
scrobbleData.setJSON('now-playing', JSON.stringify(trackScrobbleData))
|
||||||
let scrobbleUpdate = scrobbleData
|
let scrobbleUpdate = scrobbleData
|
||||||
let windowUpdate = windowData;
|
let windowUpdate = windowData;
|
||||||
if (scrobbleUpdate) scrobbleUpdate['data'].push(trackScrobbleData)
|
if (scrobbleUpdate) scrobbleUpdate['data'].push(trackScrobbleData)
|
||||||
|
|
Reference in a new issue