We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c8c41 commit f4b3e9fCopy full SHA for f4b3e9f
1 file changed
SpotifyAPI.Web/SpotifyWebAPI.cs
@@ -29,8 +29,7 @@ public SpotifyWebAPI(ProxyConfig proxyConfig)
29
JsonSettings =
30
new JsonSerializerSettings
31
{
32
- NullValueHandling = NullValueHandling.Ignore,
33
- TypeNameHandling = TypeNameHandling.All
+ NullValueHandling = NullValueHandling.Ignore
34
}
35
};
36
0 commit comments