mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
cleanup
This commit is contained in:
parent
e05d428060
commit
b317b72524
@ -37,7 +37,6 @@ function Live() {
|
|||||||
|
|
||||||
// if event is ended and was saved, update events list
|
// if event is ended and was saved, update events list
|
||||||
if (eventUpdate.type == "end" && eventUpdate.review.severity == "alert") {
|
if (eventUpdate.type == "end" && eventUpdate.review.severity == "alert") {
|
||||||
console.log("new alert " + eventUpdate.review.id);
|
|
||||||
updateEvents();
|
updateEvents();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user