mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix last hour preview (#13027)
This commit is contained in:
parent
009900b29b
commit
a75feb7f8f
@ -111,7 +111,7 @@ export default function Events() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
before: Math.floor(reviewSearchParams["before"]),
|
before: Math.ceil(reviewSearchParams["before"]),
|
||||||
after: Math.floor(reviewSearchParams["after"]),
|
after: Math.floor(reviewSearchParams["after"]),
|
||||||
};
|
};
|
||||||
}, [last24Hours, reviewSearchParams]);
|
}, [last24Hours, reviewSearchParams]);
|
||||||
|
Loading…
Reference in New Issue
Block a user