fix: myriad typos and issues pt 2

This commit is contained in:
Cory Dransfeldt 2023-05-06 19:02:30 -07:00
parent be92f3bdf0
commit b0aa0d6948
No known key found for this signature in database
50 changed files with 120 additions and 69 deletions

View file

@ -8,5 +8,5 @@ module.exports = async function () {
type: 'json',
}).catch()
const albums = await res
return albums.topalbums.album
return albums['topalbums'].album
}