diff --git a/api/scrobble.js b/api/scrobble.js index 2839acae..7d3f6190 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -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'})