mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 15:06:26 +00:00
Remove JSON TypeHandling, fixes #342
This commit is contained in:
parent
a8c8c419dd
commit
f4b3e9fe40
@ -29,8 +29,7 @@ namespace SpotifyAPI.Web
|
|||||||
JsonSettings =
|
JsonSettings =
|
||||||
new JsonSerializerSettings
|
new JsonSerializerSettings
|
||||||
{
|
{
|
||||||
NullValueHandling = NullValueHandling.Ignore,
|
NullValueHandling = NullValueHandling.Ignore
|
||||||
TypeNameHandling = TypeNameHandling.All
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user