Add auth to streamParms so that multi-server event viewing works

This commit is contained in:
Isaac Connor 2019-08-26 16:19:44 -04:00
parent 82e8bde406
commit 7768d39eb9
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ function changeReplayMode() {
var streamParms = "view=request&request=stream&connkey="+connKey;
if ( auth_hash )
streamCmdParms += '&auth='+auth_hash;
streamParms += '&auth='+auth_hash;
var streamCmdTimer = null;
var streamStatus = null;