Add 1440p to the mix

Partially addresses #3112.
This commit is contained in:
Mygod
2020-08-18 01:24:24 -04:00
committed by GitHub
parent d0f49b3994
commit 8b9a380466

View File

@@ -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)
};