Make searching videos by object tag draw in reverse order

timelapse-frames-through-websocket
Moe 2022-07-06 17:22:16 -07:00
parent 8d42e1d18b
commit 9d7035bffa
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ module.exports = (s,config,lang) => {
action: "select",
columns: "*",
table: "Videos",
orderBy: ['time','desc'],
where: initialEventQuery
});
return videoSelectResponse