diff options
| author | David <daullmer@gmail.com> | 2020-07-03 19:04:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 19:04:45 +0200 |
| commit | 68cc075ddaf1f604182ad21d7d00ee9940522c4e (patch) | |
| tree | dcc613dce5e71fd2f04c9f0e602e4106f56a613d | |
| parent | 0830d381c49b59d4a2ca327a79cfd4b7d8b7df0c (diff) | |
Update LiveTvController.cs
| -rw-r--r-- | Jellyfin.Api/Controllers/LiveTvController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/LiveTvController.cs b/Jellyfin.Api/Controllers/LiveTvController.cs index 580bf849a..325837ce3 100644 --- a/Jellyfin.Api/Controllers/LiveTvController.cs +++ b/Jellyfin.Api/Controllers/LiveTvController.cs @@ -731,7 +731,7 @@ namespace Jellyfin.Api.Controllers /// <param name="userId">Optional. Attach user data.</param> /// <response code="200">Program returned.</response> /// <returns>An <see cref="OkResult"/> containing the livetv program.</returns> - [HttpGet("Programs/{programId{")] + [HttpGet("Programs/{programId}")] [Authorize(Policy = Policies.DefaultAuthorization)] [ProducesResponseType(StatusCodes.Status200OK)] public async Task<ActionResult<BaseItemDto>> GetProgram( |
