diff --git a/SpotifyAPI.Web/SpotifyWebAPI.cs b/SpotifyAPI.Web/SpotifyWebAPI.cs index 96870ac7..2cf023a2 100644 --- a/SpotifyAPI.Web/SpotifyWebAPI.cs +++ b/SpotifyAPI.Web/SpotifyWebAPI.cs @@ -29,8 +29,7 @@ namespace SpotifyAPI.Web JsonSettings = new JsonSerializerSettings { - NullValueHandling = NullValueHandling.Ignore, - TypeNameHandling = TypeNameHandling.All + NullValueHandling = NullValueHandling.Ignore } }; }