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

firefox transcoding fix

This commit is contained in:
Luke Pulverenti 2015-02-20 10:27:33 -05:00
parent 54c2b1871a
commit 6c957303fd

View file

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