mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore webm with firefox
This commit is contained in:
parent
8bd4ab4e0c
commit
73e6734e7d
1 changed files with 1 additions and 1 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue