diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-19 13:08:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-19 13:08:28 -0500 |
| commit | 212c5318ae6dd26e56f10a36b7b85f0bae1bd02d (patch) | |
| tree | 92ffcaa990dbed73f9dbd5e03ebd06e45b390671 /Jellyfin.Api/Controllers/VideoHlsController.cs | |
| parent | 75d4a573a3f3e05319c0fa8d5ea44942ae70533f (diff) | |
| parent | 4c394eec90922b58ae5feecb4ed2713c24945f43 (diff) | |
Merge pull request #4507 from BaronGreenback/Spelling
Corrects spelling in comments
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoHlsController.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/VideoHlsController.cs b/Jellyfin.Api/Controllers/VideoHlsController.cs index 389dc8a08..d0f26b1be 100644 --- a/Jellyfin.Api/Controllers/VideoHlsController.cs +++ b/Jellyfin.Api/Controllers/VideoHlsController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Globalization; @@ -145,7 +145,7 @@ namespace Jellyfin.Api.Controllers /// <param name="maxVideoBitDepth">Optional. The maximum video bit depth.</param> /// <param name="requireAvc">Optional. Whether to require avc.</param> /// <param name="deInterlace">Optional. Whether to deinterlace the video.</param> - /// <param name="requireNonAnamorphic">Optional. Whether to require a non anamporphic stream.</param> + /// <param name="requireNonAnamorphic">Optional. Whether to require a non anamorphic stream.</param> /// <param name="transcodingMaxAudioChannels">Optional. The maximum number of audio channels to transcode.</param> /// <param name="cpuCoreLimit">Optional. The limit of how many cpu cores to use.</param> /// <param name="liveStreamId">The live stream id.</param> |
