JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.47k stars 297 forks source link

spotify api fields int to double type changes #930

Closed sercangunver closed 4 months ago

sercangunver commented 6 months ago

spotify changed the types of fields of some classes

rogamaral commented 6 months ago

AlbumFull.Popularity has not changed, it should remain as int.

JohnnyCrazy commented 4 months ago

This was fixed in a non-breaking way in #939 , closing this