From 65b9217263a34e88aeef81c836ded7788ee57ad8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 12:56:53 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/scrobble.js b/api/scrobble.js index d0d6cf2c..1c46266f 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -14,8 +14,6 @@ const weekStop = () => { return nextSunday.toMillis() } -weekStop() - export default async (request, context) => { const ACCOUNT_ID_PLEX = Netlify.env.get("ACCOUNT_ID_PLEX"); const MUSIC_KEY = Netlify.env.get("API_KEY_LASTFM"); @@ -92,6 +90,8 @@ export default async (request, context) => { } await artists.setJSON(artistKey, JSON.stringify(artistData)) } + + weekStop() } return new Response(JSON.stringify({