mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Fix update type
This commit is contained in:
parent
6481626726
commit
0a829de7b3
@ -197,7 +197,7 @@ class ReviewSegmentMaintainer(threading.Thread):
|
|||||||
"reviews",
|
"reviews",
|
||||||
json.dumps(
|
json.dumps(
|
||||||
{
|
{
|
||||||
"type": "update",
|
"type": "end",
|
||||||
"before": end_data,
|
"before": end_data,
|
||||||
"after": end_data,
|
"after": end_data,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user