chore: scrobbling
This commit is contained in:
parent
5405e826ab
commit
ad422c22d6
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ export default async (request) => {
|
|||
album,
|
||||
artist,
|
||||
trackNumber,
|
||||
timestamp
|
||||
timestamp,
|
||||
genre
|
||||
}
|
||||
const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'})
|
||||
const windowData = await scrobbles.get('window', { type: 'json'})
|
||||
|
|
Reference in a new issue