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:04 +01:00 committed by GitHub
parent 5f70b4ead1
commit 5ad8b53f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ namespace Jellyfin.Api.Controllers
/// <param name="params">Parameters to echo back in the response.</param>
/// <returns>An <see cref="OkResult"/>.</returns>
/// <response code="200">Information retrieved.</response>
[HttpGet("Decoding", Name = "TestUrlDecoding")]
[HttpGet("UrlDecode")]
[ProducesResponseType(StatusCodes.Status200OK)]
public ActionResult TestUrlDecoding([FromQuery]Dictionary<string, string>? @params = null)
{