diff options
| author | luz paz <luzpaz@pm.me> | 2022-08-15 06:48:34 -0400 |
|---|---|---|
| committer | luz paz <luzpaz@pm.me> | 2022-08-15 06:48:34 -0400 |
| commit | 9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (patch) | |
| tree | 71182dc342938ff4eab69b034f48dd7fa492477d /MediaBrowser.Model/Entities/MediaStream.cs | |
| parent | 8ba83e41aee816c0c098b50296fb668202570baf (diff) | |
Fix various typos
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
Diffstat (limited to 'MediaBrowser.Model/Entities/MediaStream.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index ae8f3b0ed..90a60cf47 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -606,7 +606,7 @@ namespace MediaBrowser.Model.Entities <= 1024 when Height <= 576 => IsInterlaced ? "576i" : "576p", // 1280x720 <= 1280 when Height <= 962 => IsInterlaced ? "720i" : "720p", - // 2560x1080 (FHD ultra wide 21:9) using 1440px width to accomodate WQHD + // 2560x1080 (FHD ultra wide 21:9) using 1440px width to accommodate WQHD <= 2560 when Height <= 1440 => IsInterlaced ? "1080i" : "1080p", // 4K <= 4096 when Height <= 3072 => "4K", |
