mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	Update src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
		
							parent
							
								
									5bfb7b5d11
								
							
						
					
					
						commit
						d4bde14a01
					
				| @ -57,7 +57,7 @@ namespace Jellyfin.Extensions.Json.Converters | ||||
|                     } | ||||
|                 } | ||||
| 
 | ||||
|                 return [.. typedValues]; | ||||
|                 return typedValues.ToArray(); | ||||
|             } | ||||
| 
 | ||||
|             return JsonSerializer.Deserialize<T[]>(ref reader, options); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user