summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index cc815e49..9abbcd03 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -2047,7 +2047,7 @@ angular.module('zmApp.controllers')
if (currentStreamState == streamState.SNAPSHOT_LOWQUALITY) {
stream = monitor.Monitor.streamingURL +
- "/nph-zms?mode=single&scale=10&monitor="+ monitor.Monitor.Id ;
+ "/nph-zms?mode=single&scale=10&monitor="+ monitor.Monitor.Id + "&rand=" + randToAvoidCacheMem + monitor.Monitor.Id ;
// console.log(stream);
} else {