diff --git a/Jellyfin.Api/Controllers/LiveTvController.cs b/Jellyfin.Api/Controllers/LiveTvController.cs index 580bf849a6..325837ce38 100644 --- a/Jellyfin.Api/Controllers/LiveTvController.cs +++ b/Jellyfin.Api/Controllers/LiveTvController.cs @@ -731,7 +731,7 @@ namespace Jellyfin.Api.Controllers /// Optional. Attach user data. /// Program returned. /// An containing the livetv program. - [HttpGet("Programs/{programId{")] + [HttpGet("Programs/{programId}")] [Authorize(Policy = Policies.DefaultAuthorization)] [ProducesResponseType(StatusCodes.Status200OK)] public async Task> GetProgram(