mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recordings
This commit is contained in:
parent
19b034dae6
commit
535387ecd3
15 changed files with 40 additions and 32 deletions
|
@ -417,6 +417,9 @@
|
|||
playNow = true;
|
||||
}
|
||||
|
||||
// This is needed in setCurrentTrackElement
|
||||
currentSrc = val;
|
||||
|
||||
self.setCurrentTrackElement(currentTrackIndex);
|
||||
}
|
||||
|
||||
|
@ -515,6 +518,12 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
if (browserInfo.firefox) {
|
||||
if ((currentSrc || '').toLowerCase().indexOf('.m3u8') != -1) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue