rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
206 stars 93 forks source link

fix: spotify sending double instead of int for documented endpoints #208

Closed KRTirtho closed 9 months ago

KRTirtho commented 9 months ago

Extending @hayribakici fix, I applied the same convertToInIfDoubleValue for all int and int? type properties across the library just to be future-proof 😅

Currently, it's happening for the following endpoints:

KRTirtho commented 9 months ago

Closes #207

hayribakici commented 9 months ago

oh man, I thought this wouldn't hunt us anymore 😅

KRTirtho commented 8 months ago

Proprietary API. Think about the actual paid customers.