mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
3d79e12351
commit
6a1068feae
6 changed files with 14 additions and 15 deletions
|
@ -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",
|
||||
|
|
|
@ -40,7 +40,6 @@ define(['browser'], function (browser) {
|
|||
if (window.MediaSource != null) {
|
||||
// text tracks don’t work with this in firefox
|
||||
return true;
|
||||
//return !browser.firefox;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue