mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint
This commit is contained in:
parent
193c89802e
commit
7f27baf183
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ function supportsAc3InHls(videoTestElement) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function supportsMp3InHls(videoTestElement) {
|
function supportsMp3InHls(videoTestElement) {
|
||||||
|
|
||||||
if (videoTestElement.canPlayType) {
|
if (videoTestElement.canPlayType) {
|
||||||
return videoTestElement.canPlayType('application/x-mpegurl; codecs="avc1.42E01E, mp4a.40.34"').replace(/no/, '')
|
return videoTestElement.canPlayType('application/x-mpegurl; codecs="avc1.42E01E, mp4a.40.34"').replace(/no/, '')
|
||||||
|| videoTestElement.canPlayType('application/vnd.apple.mpegURL; codecs="avc1.42E01E, mp4a.40.34"').replace(/no/, '');
|
|| videoTestElement.canPlayType('application/vnd.apple.mpegURL; codecs="avc1.42E01E, mp4a.40.34"').replace(/no/, '');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue