chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-30 15:48:43 -07:00
parent 5405e826ab
commit ad422c22d6
No known key found for this signature in database

View file

@ -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'})