mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Don't enable case-insensitivity for json by default
This commit is contained in:
parent
76d66e0dee
commit
fd7b215c28
@ -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