diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-30 13:54:04 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-30 13:54:04 -0400 |
| commit | 34a52a7fa45cb6e82bbadb84abb6904786b58ed3 (patch) | |
| tree | 98f60d8cc6150392e80bae64a79946d287211995 /www | |
| parent | 357ddabcc3882a249d576c08ac321179c029cc6d (diff) | |
comments
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/MontageHistoryCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 6178dbc5..99e32aed 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -1233,8 +1233,9 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc if (areStreamsStopped) return ""; //if (monitor.Monitor.isPaused) return ""; stream = monitor.Monitor.eventUrl; //eventUrl already has all the foo - //console.log("STREAM=" + stream); + stream += NVRDataModel.insertBasicAuthToken(); + // console.log("STREAM=" + stream); return stream; }; |
