1
0
Fork 0
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:
MrTimscampi 2020-07-05 12:54:25 +02:00
parent da8c5fa224
commit a5ee5b06aa
5 changed files with 14 additions and 1 deletions

View file

@ -60,7 +60,7 @@ define(['browser'], function (browser) {
function canPlayHlsWithMSE() {
// text tracks dont work with this in firefox
return window.MediaSource != null;
return window.MediaSource != null; /* eslint-disable-line compat/compat */
}
function supportsAc3(videoTestElement) {