Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/5990/head
BaronGreenback 3 years ago committed by GitHub
parent e71c10df46
commit 133ce65e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ namespace Jellyfin.Api.Controllers
/// <response code="200">Information retrieved.</response>
[HttpGet("UrlDecode")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ContentResult TestUrlDecoding([FromQuery]Dictionary<string, string>? @params = null)
public ContentResult TestUrlDecoding([FromQuery] Dictionary<string, string>? @params = null)
{
return new ContentResult()
{

Loading…
Cancel
Save