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

fix mp4 seeking in firefox

This commit is contained in:
Luke Pulverenti 2015-01-08 22:26:40 -05:00
parent ce737e9d7b
commit 81443c308a

View file

@ -343,7 +343,7 @@
}
if (extension == 'm4v' || extension == 'mkv') {
return $.browser.chrome;
return $.browser.chrome != null;
}
return extension == 'mp4';