Update monitor.js

merge-requests/60/head
Moe 2019-04-18 17:57:51 -07:00
parent ec8824985f
commit 3ebfc90906
1 changed files with 2 additions and 0 deletions

View File

@ -1590,6 +1590,8 @@ module.exports = function(s,config,lang){
s.group[e.ke].mon[e.id].isStarted = true
if(e.details && e.details.dir && e.details.dir !== ''){
s.group[e.ke].mon[e.id].addStorageId = e.details.dir
}else{
s.group[e.ke].mon[e.id].addStorageId = null
}
//set recording status
e.wantedStatus = lang.Watching