diff --git a/src/camera.cpp b/src/camera.cpp index 3ff8b7a..e6995d1 100644 --- a/src/camera.cpp +++ b/src/camera.cpp @@ -323,7 +323,6 @@ bool EventLoop::exec() } vidList.append(backwardFacingFiles("live", ".ts", event.timeStamp, maxFiles / 2)); - vidList.removeLast(); vidList.append(forwardFacingFiles("live", ".ts", event.timeStamp, maxFiles / 2)); } diff --git a/src/common.h b/src/common.h index e0b4868..c828b72 100644 --- a/src/common.h +++ b/src/common.h @@ -29,7 +29,7 @@ using namespace std; -#define APP_VER "3.0.t16" +#define APP_VER "3.0.t17" #define APP_NAME "Motion Watch" #define APP_BIN "mow" #define REC_LOG_NAME "rec_log_lines.html"