mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05: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