1
0
Fork 0
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:
Luke Pulverenti 2016-01-28 13:29:24 -05:00
parent 8bd4ab4e0c
commit 73e6734e7d

View file

@ -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) {