Making it work

This commit is contained in:
BaronGreenback
2020-12-23 17:25:41 +00:00
parent 889e988167
commit dae6798a18
2 changed files with 1 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ namespace MediaBrowser.Common.Json
WriteIndented = false,
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
NumberHandling = JsonNumberHandling.AllowReadingFromString,
PropertyNameCaseInsensitive = true,
Converters =
{
new JsonGuidConverter(),