diff options
| author | David <daullmer@gmail.com> | 2020-07-31 17:26:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 17:26:14 +0200 |
| commit | d6c428e998f624f8323ec019a3f80602694ff31e (patch) | |
| tree | 6f0404b8d15d15612aa959a4fda06a3d2510d020 /Jellyfin.Api/Controllers/VideoHlsController.cs | |
| parent | c994060794b63d20feb0bdd9bac6169f15592211 (diff) | |
Update Jellyfin.Api/Controllers/VideoHlsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoHlsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// <param name="maxWidth">Optional. The max width.</param> /// <param name="maxHeight">Optional. The max height.</param> /// <param name="enableSubtitlesInManifest">Optional. Whether to enable subtitles in the manifest.</param> - /// <response code="200">Hls live stream retreaved.</response> + /// <response code="200">Hls live stream retrieved.</response> /// <returns>A <see cref="FileResult"/> containing the hls file.</returns> [HttpGet("/Videos/{itemId}/live.m3u8")] [ProducesResponseType(StatusCodes.Status200OK)] |
