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

Fix suggestions

This commit is contained in:
Cameron 2020-08-10 22:13:43 +01:00
parent c8d68a7653
commit 1f16e0fb9c
3 changed files with 3 additions and 6 deletions

View file

@ -341,7 +341,7 @@ function initClient() {
function getPlaybackManager(playbackManager) {
window.addEventListener('beforeunload', function () {
try {
playbackManager.onAppClose();
playbackManager.default.onAppClose();
} catch (err) {
console.error('error in onAppClose: ' + err);
}