chore: update music api
This commit is contained in:
parent
8ee72ab9a8
commit
960652d73d
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ export default async (request) => {
|
|||
scrobbleData.push(...windowData['data'])
|
||||
}
|
||||
|
||||
console.log(scrobbleData)
|
||||
return new Response(JSON.stringify({
|
||||
scrobbles: scrobbleData,
|
||||
artists: artistsMap,
|
||||
|
|
Reference in a new issue