Browse Source

Don't enable case-insensitivity for json by default

Bond_009 4 năm trước cách đây
mục cha
commit
fd7b215c28
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      MediaBrowser.Common/Json/JsonDefaults.cs

+ 0 - 1
MediaBrowser.Common/Json/JsonDefaults.cs

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