chore: post
This commit is contained in:
parent
9ef249a2ef
commit
9ca4a6bb2f
3 changed files with 107 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Reference in a new issue