Skip to content

Commit f4b3e9f

Browse files
committed
Remove JSON TypeHandling, fixes #342
1 parent a8c8c41 commit f4b3e9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SpotifyAPI.Web/SpotifyWebAPI.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ public SpotifyWebAPI(ProxyConfig proxyConfig)
2929
JsonSettings =
3030
new JsonSerializerSettings
3131
{
32-
NullValueHandling = NullValueHandling.Ignore,
33-
TypeNameHandling = TypeNameHandling.All
32+
NullValueHandling = NullValueHandling.Ignore
3433
}
3534
};
3635
}

0 commit comments

Comments
 (0)