Spotify4Unity icon indicating copy to clipboard operation
Spotify4Unity copied to clipboard

Spotify API returns Float for Follower Count

Open tempostudios opened this issue 1 year ago • 0 comments

In the Assembly package,

FullArtist.Followers

is an integer. Spotify returns a float, which throws a JsonReaderException:

JsonReaderException: Input string '2476322.0' is not a valid integer. Path 'artists[0].followers.total', line 1, position 140.

Thoughts on how to amend the Assembly script to accommodate either?

tempostudios avatar Jan 16 '24 15:01 tempostudios