1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added IProcessManager

This commit is contained in:
Luke Pulverenti 2015-02-28 13:47:05 -05:00
parent 0b9a2a1232
commit 396ae9d713

View file

@ -112,11 +112,11 @@
return '.webm'; return '.webm';
} }
if ($.browser.chrome) { if ($.browser.chrome) {
return '.webm'; //return '.webm';
} }
// Firefox suddenly having trouble with our webm // Firefox suddenly having trouble with our webm
return '.webm'; //return '.webm';
} }
return '.mp4'; return '.mp4';