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/TimelineCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/TimelineCtrl.js') diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index d030c131..f098ca2d 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -1579,7 +1579,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla "/index.php?view=image&fid=" + NVR.getSnapshotFrame()+"&eid="+event.Event.Id + "&width=400" ; stream += $rootScope.authSession; - stream += NVR.insertBasicAuthToken(); + stream += NVR.insertSpecialTokens(); $timeout ( function () { $scope.thumbData = { -- cgit v1.2.3