Update Jellyfin.Api/Controllers/TestController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback 2021-05-07 18:51:31 +01:00 committed by GitHub
parent 4c8cfaa61c
commit 8b34f76b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,6 @@ namespace Jellyfin.Api.Controllers
/// </summary> /// </summary>
public class TestsController : BaseJellyfinApiController public class TestsController : BaseJellyfinApiController
{ {
/// <summary>
/// Initializes a new instance of the <see cref="TestController"/> class.
/// </summary>
public TestController()
{
}
/// <summary> /// <summary>
/// Tests the url decoding. /// Tests the url decoding.
/// </summary> /// </summary>