mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update commonio
This commit is contained in:
parent
000727d782
commit
5551db9de1
2 changed files with 2 additions and 2 deletions
|
@ -569,7 +569,7 @@
|
|||
|
||||
// viblast can help us here
|
||||
//return true;
|
||||
return window.MediaSource != null;
|
||||
return window.MediaSource != null && !browserInfo.firefox;
|
||||
};
|
||||
|
||||
self.changeStream = function (ticks, params) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="CommonIO" version="1.0.0.5" targetFramework="net45" />
|
||||
<package id="CommonIO" version="1.0.0.7" targetFramework="net45" />
|
||||
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.249" targetFramework="net45" />
|
||||
<package id="Patterns.Logging" version="1.0.0.2" targetFramework="net45" />
|
||||
<package id="WebMarkupMin.Core" version="1.0.1" targetFramework="net45" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue