aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jellyfin.Api/Controllers/TestController.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Jellyfin.Api/Controllers/TestController.cs b/Jellyfin.Api/Controllers/TestController.cs
index 168504575..487a99fcb 100644
--- a/Jellyfin.Api/Controllers/TestController.cs
+++ b/Jellyfin.Api/Controllers/TestController.cs
@@ -13,13 +13,6 @@ namespace Jellyfin.Api.Controllers
public class TestsController : BaseJellyfinApiController
{
/// <summary>
- /// Initializes a new instance of the <see cref="TestController"/> class.
- /// </summary>
- public TestController()
- {
- }
-
- /// <summary>
/// Tests the url decoding.
/// </summary>
/// <param name="params">Parameters to echo back in the response.</param>