mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
treat almost 720p as 720p
This commit is contained in:
parent
eeeb7a75cd
commit
ea87ff5300
1 changed files with 1 additions and 1 deletions
|
@ -1562,7 +1562,7 @@
|
|||
options.push({ name: '1080p', maxWidth: 1920, videoBitrate: 2500000 });
|
||||
}
|
||||
|
||||
if (maxAllowedWidth >= 1280) {
|
||||
if (maxAllowedWidth >= 1270) {
|
||||
options.push({ name: '720p+', maxWidth: 1280, videoBitrate: 2000000 });
|
||||
options.push({ name: '720p', maxWidth: 1280, videoBitrate: 1000000 });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue