aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-07 18:51:31 +0100
committerGitHub <noreply@github.com>2021-05-07 18:51:31 +0100
commit8b34f76b63dca54d59b4f3db2f5b485c32bd8e36 (patch)
tree28785a2a0b2838fdf4073caa13dc329496b9d11a
parent4c8cfaa61c513e51aab4440244a067ca39175dd5 (diff)
Update Jellyfin.Api/Controllers/TestController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-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>