mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-10 09:04:56 -04:00
Merge pull request #5222 from Bond-009/jsoncase
Don't enable case-insensitivity for json by default
This commit is contained in:
commit
8d2b9ba657
@ -31,7 +31,6 @@ namespace MediaBrowser.Common.Json
|
|||||||
WriteIndented = false,
|
WriteIndented = false,
|
||||||
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
||||||
NumberHandling = JsonNumberHandling.AllowReadingFromString,
|
NumberHandling = JsonNumberHandling.AllowReadingFromString,
|
||||||
PropertyNameCaseInsensitive = true,
|
|
||||||
Converters =
|
Converters =
|
||||||
{
|
{
|
||||||
new JsonGuidConverter(),
|
new JsonGuidConverter(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user