Browse Source

Add 1440p to the mix

Partially addresses #3112.
Mygod 4 years ago
parent
commit
8b9a380466
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Model/Dlna/ResolutionNormalizer.cs

+ 1 - 0
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)
             };