mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-16 12:02:09 +03:00
Add padding to when genai popup shows
This commit is contained in:
parent
7a8f93e9f5
commit
8b10c9a3bf
@ -466,7 +466,7 @@ export function RecordingView({
|
||||
|
||||
return mainCameraReviewItems.find(
|
||||
(rev) =>
|
||||
rev.start_time < currentTime &&
|
||||
rev.start_time - REVIEW_PADDING < currentTime &&
|
||||
rev.end_time &&
|
||||
currentTime < rev.end_time,
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user