mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Fix bug with uneven milliseconds
This commit is contained in:
parent
330eb30178
commit
02c6a21bd5
@ -118,6 +118,7 @@ export default function Events() {
|
||||
endDate.setHours(0, 0, 0, 0);
|
||||
} else {
|
||||
endDate = new Date();
|
||||
endDate.setMilliseconds(0);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user