summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 393cfd89..f930be8d 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -176,7 +176,8 @@ angular.module('zmApp.controllers')
'momentMonitorFilter': [],
'enableMomentSubMenu': true,
'momentArrangeBy': 'StartTime',
- 'showLiveForInProgressEvents': true
+ 'showLiveForInProgressEvents': true,
+ 'disableSimulStreaming': false,
};
@@ -843,6 +844,12 @@ angular.module('zmApp.controllers')
loginData.defaultPushSound = false;
}
+
+ if (typeof loginData.disableSimulStreaming == 'undefined') {
+
+ loginData.disableSimulStreaming = false;
+ }
+
if (typeof loginData.exitOnSleep == 'undefined') {
debug("exitOnSleep does not exist. Setting to false");
loginData.exitOnSleep = false;