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

update components

This commit is contained in:
Luke Pulverenti 2016-02-26 14:37:19 -05:00
parent 3d79e12351
commit 6a1068feae
6 changed files with 14 additions and 15 deletions

View file

@ -40,7 +40,6 @@ define(['browser'], function (browser) {
if (window.MediaSource != null) {
// text tracks dont work with this in firefox
return true;
//return !browser.firefox;
}
return false;