Remove JSON TypeHandling, fixes #342

This commit is contained in:
Jonas Dellinger 2019-06-03 15:05:54 +02:00
parent a8c8c419dd
commit f4b3e9fe40

View File

@ -29,8 +29,7 @@ namespace SpotifyAPI.Web
JsonSettings = JsonSettings =
new JsonSerializerSettings new JsonSerializerSettings
{ {
NullValueHandling = NullValueHandling.Ignore, NullValueHandling = NullValueHandling.Ignore
TypeNameHandling = TypeNameHandling.All
} }
}; };
} }