diff --git a/Jellyfin.Api/Controllers/VideoHlsController.cs b/Jellyfin.Api/Controllers/VideoHlsController.cs index bd85a684a..3f8a2048e 100644 --- a/Jellyfin.Api/Controllers/VideoHlsController.cs +++ b/Jellyfin.Api/Controllers/VideoHlsController.cs @@ -156,7 +156,7 @@ namespace Jellyfin.Api.Controllers /// Optional. The max width. /// Optional. The max height. /// Optional. Whether to enable subtitles in the manifest. - /// Hls live stream retreaved. + /// Hls live stream retrieved. /// A containing the hls file. [HttpGet("/Videos/{itemId}/live.m3u8")] [ProducesResponseType(StatusCodes.Status200OK)]