mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #517 - Add 360p quality setting to web client
This commit is contained in:
parent
65677e5bca
commit
aaec13cc11
1 changed files with 1 additions and 1 deletions
|
@ -1509,7 +1509,7 @@
|
|||
options.push({ name: '480p', maxWidth: 720, videoBitrate: 400000 });
|
||||
}
|
||||
if (maxAllowedWidth >= 360) {
|
||||
options.push({ name: '360p', maxWidth: 640, videoBitrate: 300000 });
|
||||
options.push({ name: '360p', maxWidth: 640, videoBitrate: 400000 });
|
||||
}
|
||||
|
||||
for (var i = 0, length = options.length; i < length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue