mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Fix last hour preview
This commit is contained in:
parent
05bc3839cc
commit
a5eb3ccb50
@ -111,7 +111,7 @@ export default function Events() {
|
||||
}
|
||||
|
||||
return {
|
||||
before: Math.floor(reviewSearchParams["before"]),
|
||||
before: Math.ceil(reviewSearchParams["before"]),
|
||||
after: Math.floor(reviewSearchParams["after"]),
|
||||
};
|
||||
}, [last24Hours, reviewSearchParams]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user