bvasya

Results 3 issues of bvasya

**Is your feature request related to a problem? Please describe.** It is often necessary to update the ID on the card offline **Describe the solution you'd like** Add a long...

enhancement

https://api.spotify.com/v1/audio-features?ids=2cs7JxrZ9DxvsfoVI07ayX return { "audio_features" : [ null ] } This request throws an error at spotify.audioFeatures.list(trackIds): type 'Null' is not a subtype of type 'Map'

bug

Fixes #223 incorrect json returned from spotify for some audio features https://api.spotify.com/v1/audio-features?ids=2cs7JxrZ9DxvsfoVI07ayX return ``` { "audio_features": [ null ] } ```