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:
parent
70e19e7121
commit
2839c095b4
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue