From d6c428e998f624f8323ec019a3f80602694ff31e Mon Sep 17 00:00:00 2001 From: David Date: Fri, 31 Jul 2020 17:26:14 +0200 Subject: Update Jellyfin.Api/Controllers/VideoHlsController.cs Co-authored-by: Cody Robibero --- Jellyfin.Api/Controllers/VideoHlsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs') 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)] -- cgit v1.2.3