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

update ios subtitles

This commit is contained in:
Luke Pulverenti 2016-11-09 12:25:41 -05:00
parent 70e19e7121
commit 2839c095b4

View file

@ -559,11 +559,6 @@
function enableNativeTrackSupport(track) {
if (browser.safari && browser.mobile) {
// Leave it to apple to have different behavior between safari on ios vs osx
return false;
}
if (browser.firefox) {
if ((currentSrc || '').toLowerCase().indexOf('.m3u8') != -1) {
return false;