JMPerez / spotify-web-api-js

A client-side JS wrapper for the Spotify Web API
https://jmperezperez.com/spotify-web-api-js/
MIT License
1.86k stars 260 forks source link

Wrong type for AlbumObjectSimplified #225

Open timrae opened 1 year ago

timrae commented 1 year ago

Describe the bug The fields on the AlbumObjectSimplified type are incorrect. For example it should have a field release_date but it doesn't. You can see the expected fields on the official Spotify docs here.

I found another repo here which provides correct types. Maybe you could copy those?