1
0
Fork 0
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:
Luke Pulverenti 2016-03-29 00:26:25 -04:00
parent a560460346
commit ae57b97712
3 changed files with 12 additions and 11 deletions

View file

@ -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() {