From 6615fdcab69470caf3dcdcf604d9c1c556db03fe Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 17 Dec 2019 13:21:08 -0500 Subject: #876 more logical naming --- www/js/MomentCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MomentCtrl.js') 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; }; -- cgit v1.2.3