1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

restore changes

This commit is contained in:
Luke Pulverenti 2016-01-02 18:45:21 -05:00
parent 29d7eabc2b
commit 1502636a3d
5 changed files with 15 additions and 13 deletions

View file

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.0.6",
"_release": "1.0.6",
"version": "1.0.12",
"_release": "1.0.12",
"_resolution": {
"type": "version",
"tag": "1.0.6",
"commit": "4d04f0ed205e94c00160c48dc131b9d8dbed995f"
"tag": "1.0.12",
"commit": "40430361e21f7b251ed3b5bab4d75681fa80ac2e"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.0.0",

View file

@ -10,6 +10,8 @@
// Some 1080- videos are reported as 1912?
if (maxAllowedWidth >= 1900) {
options.push({ name: '1080p - 50Mbps', maxHeight: 1080, bitrate: 40000000 });
options.push({ name: '1080p - 45Mbps', maxHeight: 1080, bitrate: 40000000 });
options.push({ name: '1080p - 40Mbps', maxHeight: 1080, bitrate: 40000000 });
options.push({ name: '1080p - 35Mbps', maxHeight: 1080, bitrate: 35000000 });
options.push({ name: '1080p - 30Mbps', maxHeight: 1080, bitrate: 30000000 });