fix Tmelapse Frame purge

fix-non-showing-inputs
Moe Alam 2020-10-09 17:11:54 -07:00
parent dea7738713
commit 76b9d7f105
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ module.exports = (s,config,lang) => {
var dir = s.getTimelapseFrameDirectory(frame)
var fileLocationMid = `${dir}` + frame.filename
const queryGroup = {
mid: video.mid,
time: video.time,
mid: frame.mid,
time: frame.time,
}
if(whereGroup.length > 0)queryGroup.__separator = 'or'
whereGroup.push(queryGroup)