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

update translations

This commit is contained in:
Luke Pulverenti 2016-12-26 14:47:02 -05:00
parent f5ad0dbc21
commit 9ea54b6c37
41 changed files with 990 additions and 126 deletions

View file

@ -8,6 +8,12 @@
var options = [];
if (maxAllowedWidth >= 3800) {
options.push({ name: '4K - 120Mbps', maxHeight: 2160, bitrate: 120000000 });
options.push({ name: '4K - 100Mbps', maxHeight: 2160, bitrate: 100000000 });
options.push({ name: '4K - 80Mbps', maxHeight: 2160, bitrate: 80000000 });
}
// Some 1080- videos are reported as 1912?
if (maxAllowedWidth >= 1900) {