From ad422c22d6dfa5875e19d47585cefef98d3f5c8b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 30 Mar 2024 15:48:43 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'})