Ver Fonte

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

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback há 4 anos atrás
pai
commit
133ce65e28

+ 1 - 1
tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs

@@ -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()
             {