Skip to content

SpotifyAPI Web API 6.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@JohnnyCrazy JohnnyCrazy released this 29 Jun 21:14

🏗 Fixes:

  • When a query parameter list was empty, it was still serialized into the query, resulting in a query similar to items=System.Collections.List<string>. This has been fixed, empty query parameter lists are skipped. #471
  • When requesting subfields using the Fields parameter, a missing type parameter can lead to an exception since the response model type can't be deducted. The exception was made clearer #472
  • PlaylistGetRequest was missing some fields, Market and Fields. They've been added! #470

Thanks to @palenshus for reporting the above bugs!