diff --git a/src/app.cpp b/src/app.cpp index 4772b01..5565aaa 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -765,7 +765,7 @@ void App::rec_start() update_rec_frames(); rec_thread = std::thread(&App::rec_loop, this); #else - rec_count = Asset::list_files(rec_path, false, ".*\\.jpg").size(); + rec_count = Asset::list_files(rec_path, ".*\\.jpg").size(); update_rec_frames(); rec_thread = std::thread(&App::rec_loop, this); #endif