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:
parent
5dbbfdd750
commit
1f4af044b0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ define(['browser'], function (browser) {
|
|||
|
||||
function canPlayHlsWithMSE() {
|
||||
// text tracks don’t work with this in firefox
|
||||
return null != window.MediaSource;
|
||||
return window.MediaSource != null;
|
||||
}
|
||||
|
||||
function supportsAc3(videoTestElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue