mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update hls stop
This commit is contained in:
parent
a560460346
commit
ae57b97712
3 changed files with 12 additions and 11 deletions
|
@ -1578,9 +1578,9 @@ define(['appSettings', 'userSettings', 'appStorage'], function (appSettings, use
|
|||
|
||||
window.addEventListener("beforeunload", onAppClose);
|
||||
|
||||
if (browserInfo.safari) {
|
||||
document.addEventListener("pause", onAppClose);
|
||||
}
|
||||
//if (browserInfo.safari) {
|
||||
// document.addEventListener("pause", onAppClose);
|
||||
//}
|
||||
|
||||
function sendProgressUpdate() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue