summaryrefslogtreecommitdiff
path: root/www/js/MomentCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MomentCtrl.js')
-rw-r--r--www/js/MomentCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js
index 915722dd..d2a4936f 100644
--- a/www/js/MomentCtrl.js
+++ b/www/js/MomentCtrl.js
@@ -276,7 +276,7 @@ var masonry = null;
"&height=" + moment.Event.thumbHeight * 2;
stream += $rootScope.authSession;
- stream += NVR.insertBasicAuthToken();
+ stream += NVR.insertSpecialTokens();
return stream;
};