1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update commonio

This commit is contained in:
Luke Pulverenti 2016-01-16 22:24:24 -05:00
parent 000727d782
commit 5551db9de1
2 changed files with 2 additions and 2 deletions

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