fix skip_ping

mitchross-coral-installer-update
Moe Alam 2021-01-05 13:37:53 -08:00
parent ef54bb0158
commit 3b5358890c
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ module.exports = function(s,config,lang){
}
startVideoProcessor = function(err,pingResponse){
pingResponse = pingResponse ? pingResponse : {success: false}
pingResponse = pingResponse ? pingResponse : {success: true}
if(pingResponse.success === true){
activeMonitor.isRecording = true
try{