chore: update music api

This commit is contained in:
Cory Dransfeldt 2024-03-30 20:29:10 -07:00
parent 95d003e5a7
commit 75d2b7f693
No known key found for this signature in database

View file

@ -36,8 +36,6 @@ export default async (request) => {
if (weeksArr.length > 0) {
weeksArr.forEach(async (week) => {
const weekData = await scrobbles.get(week, { type: 'json'})
console.log(week)
console.log(week)
scrobbleData.push(...weekData['data'])
})
} else if (weeksString) {