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

Update browserdeviceprofile.js

This commit is contained in:
Nyanmisaka 2020-01-24 18:24:32 +08:00 committed by GitHub
parent 5dbbfdd750
commit 1f4af044b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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