Fix suggestions
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user