diff options
| author | Mygod <contact-github@mygod.be> | 2020-08-18 01:24:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 01:24:24 -0400 |
| commit | 8b9a38046666227f5c6f9d3099303300ddfd305a (patch) | |
| tree | 48866b235f7b63e50d3dacff371f12e9cad81286 | |
| parent | d0f49b39945424e5d2a8697ea551055ce26cf758 (diff) | |
Add 1440p to the mix
Partially addresses #3112.
| -rw-r--r-- | MediaBrowser.Model/Dlna/ResolutionNormalizer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dlna/ResolutionNormalizer.cs b/MediaBrowser.Model/Dlna/ResolutionNormalizer.cs index 102db3b44e..a4305c8104 100644 --- a/MediaBrowser.Model/Dlna/ResolutionNormalizer.cs +++ b/MediaBrowser.Model/Dlna/ResolutionNormalizer.cs @@ -15,6 +15,7 @@ namespace MediaBrowser.Model.Dlna new ResolutionConfiguration(720, 950000), new ResolutionConfiguration(1280, 2500000), new ResolutionConfiguration(1920, 4000000), + new ResolutionConfiguration(2560, 8000000), new ResolutionConfiguration(3840, 35000000) }; |
