mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									e71c10df46
								
							
						
					
					
						commit
						133ce65e28
					
				@ -18,7 +18,7 @@ namespace Jellyfin.Api.Controllers
 | 
				
			|||||||
        /// <response code="200">Information retrieved.</response>
 | 
					        /// <response code="200">Information retrieved.</response>
 | 
				
			||||||
        [HttpGet("UrlDecode")]
 | 
					        [HttpGet("UrlDecode")]
 | 
				
			||||||
        [ProducesResponseType(StatusCodes.Status200OK)]
 | 
					        [ProducesResponseType(StatusCodes.Status200OK)]
 | 
				
			||||||
        public ContentResult TestUrlDecoding([FromQuery]Dictionary<string, string>? @params = null)
 | 
					        public ContentResult TestUrlDecoding([FromQuery] Dictionary<string, string>? @params = null)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            return new ContentResult()
 | 
					            return new ContentResult()
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user