mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix linting errors due to updates
This commit is contained in:
parent
da8c5fa224
commit
a5ee5b06aa
5 changed files with 14 additions and 1 deletions
|
@ -60,7 +60,7 @@ define(['browser'], function (browser) {
|
|||
|
||||
function canPlayHlsWithMSE() {
|
||||
// text tracks don’t work with this in firefox
|
||||
return window.MediaSource != null;
|
||||
return window.MediaSource != null; /* eslint-disable-line compat/compat */
|
||||
}
|
||||
|
||||
function supportsAc3(videoTestElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue