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

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.0.96",
"_release": "1.0.96",
"version": "1.0.97",
"_release": "1.0.97",
"_resolution": {
"type": "version",
"tag": "1.0.96",
"commit": "b77e4d74466f5960adc27e2cb7b55ef3d22f14dd"
"tag": "1.0.97",
"commit": "40f6e65dd5743493289d2abc451536c191ab4dd0"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.0.0",

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;