Skip to content

Commit

Permalink
Remove liveStreamBuffer setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jun 24, 2022
1 parent f59e1ec commit 093e2d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions www/js/NVR.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ angular.module('zmApp.controllers')
'kioskPassword': '',
'useAPICaching': true,
'pauseStreams': false,
'liveStreamBuffer': 10,
'zmNinjaCustomId':undefined, // filled in init. custom header
'obfuscationScheme': 'lzs', // or 'aes'
'showAnimation': true,
Expand Down Expand Up @@ -1646,10 +1645,6 @@ angular.module('zmApp.controllers')

}

if (typeof loginData.liveStreamBuffer == 'undefined') {
loginData.liveStreamBuffer = 10;
}

if ((typeof loginData.zmNinjaCustomId == 'undefined') || (loginData.zmNinjaCustomId == '')) {
loginData.zmNinjaCustomId = 'zmNinja_%APPVER%';
}
Expand Down
8 changes: 0 additions & 8 deletions www/templates/devoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@

</div>

<div class="item item-input-inset item-text-wrap">
{{'kLiveStreamBuffer'|translate}}&nbsp;
<label class="item-input-wrapper">
<input id="devoptions-move-3_1" type="tel" ng-model="loginData.liveStreamBuffer">
</label>
</div>


<label>
<ion-toggle id="devoptions-move-4" ng-model="loginData.use24hr" toggle-class="toggle-calm">
<span class="item-text-wrap">{{'kEnable24hr' | translate}}</span>
Expand Down

0 comments on commit 093e2d3

Please sign in to comment.