chore: scrobbling
This commit is contained in:
parent
8f6a2554d0
commit
d57b4ad17b
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export default async () => {
|
|||
}
|
||||
}
|
||||
|
||||
const scrobbleData = await scrobbles.get('window', { type: 'json'})
|
||||
const scrobbleData = await scrobbles.get('now-playing', { type: 'json'})
|
||||
|
||||
return new Response(JSON.stringify({
|
||||
content: `${emojiMap(
|
||||
|
|
Reference in a new issue