Browse Source

Update Jellyfin.Api/Controllers/LiveTvController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 years ago
parent
commit
4c394eec90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jellyfin.Api/Controllers/LiveTvController.cs

+ 1 - 0
Jellyfin.Api/Controllers/LiveTvController.cs

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