mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-05 22:54:29 -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,
|
||||
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
||||
NumberHandling = JsonNumberHandling.AllowReadingFromString,
|
||||
PropertyNameCaseInsensitive = true,
|
||||
Converters =
|
||||
{
|
||||
new JsonGuidConverter(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user