Update browserdeviceprofile.js

This commit is contained in:
Nyanmisaka
2020-01-24 18:24:32 +08:00
committed by GitHub
parent 5dbbfdd750
commit 1f4af044b0
+1 -1
View File
@@ -80,7 +80,7 @@ define(['browser'], function (browser) {
function canPlayHlsWithMSE() {
// text tracks dont work with this in firefox
return null != window.MediaSource;
return window.MediaSource != null;
}
function supportsAc3(videoTestElement) {