Update Jellyfin.Api/Controllers/LiveTvController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback 2020-11-18 14:08:44 +00:00 committed by GitHub
parent 7a26f64c7b
commit 4c394eec90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1155,6 +1155,7 @@ namespace Jellyfin.Api.Controllers
/// <param name="newDevicesOnly">Only discover new tuners.</param> /// <param name="newDevicesOnly">Only discover new tuners.</param>
/// <response code="200">Tuners returned.</response> /// <response code="200">Tuners returned.</response>
/// <returns>An <see cref="OkResult"/> containing the tuners.</returns> /// <returns>An <see cref="OkResult"/> containing the tuners.</returns>
[HttpGet("Tuners/Discvover", Name = "DiscvoverTuners")]
[HttpGet("Tuners/Discover")] [HttpGet("Tuners/Discover")]
[Authorize(Policy = Policies.DefaultAuthorization)] [Authorize(Policy = Policies.DefaultAuthorization)]
[ProducesResponseType(StatusCodes.Status200OK)] [ProducesResponseType(StatusCodes.Status200OK)]