mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 05:05:26 +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);
|
endDate.setHours(0, 0, 0, 0);
|
||||||
} else {
|
} else {
|
||||||
endDate = new Date();
|
endDate = new Date();
|
||||||
|
endDate.setMilliseconds(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user