chore: post

This commit is contained in:
Cory Dransfeldt 2024-05-01 09:09:07 -07:00
parent 9ef249a2ef
commit 9ca4a6bb2f
No known key found for this signature in database
3 changed files with 107 additions and 1 deletions

View file

@ -37,7 +37,6 @@ export default async (request) => {
const data = await request.formData()
const payload = JSON.parse(data.get('payload'))
const artists = getStore('artists')
const albums = getStore('albums')
const scrobbles = getStore('scrobbles')
if (payload?.event === 'media.scrobble') {