mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
restore webm with firefox
This commit is contained in:
parent
8bd4ab4e0c
commit
73e6734e7d
@ -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…
Reference in New Issue
Block a user