mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update default image extraction timeouts
This commit is contained in:
parent
f17942c1cd
commit
4c7061b489
7 changed files with 12 additions and 15 deletions
|
@ -199,7 +199,7 @@ define(['browser'], function (browser) {
|
|||
function getMaxBitrate() {
|
||||
|
||||
if (browser.edgeUwp) {
|
||||
return 14000000;
|
||||
return 15000000;
|
||||
}
|
||||
|
||||
// 10mbps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue