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