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
fbb6861985
commit
7b40f1daff
9 changed files with 430 additions and 60 deletions
|
@ -313,7 +313,7 @@
|
|||
|
||||
// viblast can help us here
|
||||
//return true;
|
||||
return window.MediaSource;
|
||||
return window.MediaSource && !browserInfo.firefox;
|
||||
};
|
||||
|
||||
self.changeStream = function (ticks, params) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue