mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
f5ad0dbc21
commit
9ea54b6c37
41 changed files with 990 additions and 126 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue