From 68cc075ddaf1f604182ad21d7d00ee9940522c4e Mon Sep 17 00:00:00 2001 From: David Date: Fri, 3 Jul 2020 19:04:45 +0200 Subject: [PATCH] Update LiveTvController.cs --- Jellyfin.Api/Controllers/LiveTvController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(