Merge pull request #3928 from Mygod/patch-1

Add 1440p to the mix
pull/4204/head
dkanada 4 years ago committed by GitHub
commit 028c681c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save