fix: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-03-30 18:05:07 -07:00
parent 57bfd37920
commit 3e0a18e0cb
No known key found for this signature in database

View file

@ -143,7 +143,7 @@ export default async (request) => {
artist, artist,
trackNumber, trackNumber,
timestamp, timestamp,
genre genre: artistInfo?.['genre'] || ''
} }
const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'}) const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'})
const windowData = await scrobbles.get('window', { type: 'json'}) const windowData = await scrobbles.get('window', { type: 'json'})