diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-11 19:42:58 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-11 19:42:58 -0400 |
| commit | 95e1dac3fee48321e0d53769e430fe5f5f01408f (patch) | |
| tree | f2a90ceac0795bd70b31a1fde5026ead27fba345 /www/js/DataModel.js | |
| parent | dea409685ffb8f9476e44b4203c147e4a7a987a0 (diff) | |
#647 on pause - force quit if multi streaming is on
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 48929107..ad0ab6e1 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -619,6 +619,10 @@ angular.module('zmApp.controllers') return (currentServerMultiPortSupported); }, + isMultiPortDisabled: function () { + return loginData.disableSimulStreaming; + }, + getCurrentServerVersion: function () { return (currentServerVersion); }, |
