mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added IProcessManager
This commit is contained in:
parent
0b9a2a1232
commit
396ae9d713
1 changed files with 2 additions and 2 deletions
|
@ -112,11 +112,11 @@
|
|||
return '.webm';
|
||||
}
|
||||
if ($.browser.chrome) {
|
||||
return '.webm';
|
||||
//return '.webm';
|
||||
}
|
||||
|
||||
// Firefox suddenly having trouble with our webm
|
||||
return '.webm';
|
||||
//return '.webm';
|
||||
}
|
||||
|
||||
return '.mp4';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue