aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-06-07 16:21:30 +0100
committerGitHub <noreply@github.com>2021-06-07 16:21:30 +0100
commit133ce65e2892ef0f5628c3dad7a0f49f4558812a (patch)
tree0517fc49fb8bf6baacf8ae60bdeb3df283fe06b0 /tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
parente71c10df46f80085bcae98dba821785f0cc6351a (diff)
Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs')
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
index be9c13890..14f92f0d8 100644
--- a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
+++ b/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()
{