mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 00:54:27 +03:00
Include severity in query
This commit is contained in:
parent
882b2217be
commit
3f0ffca8b5
@ -195,6 +195,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
ReviewSegment.select(
|
ReviewSegment.select(
|
||||||
ReviewSegment.start_time,
|
ReviewSegment.start_time,
|
||||||
ReviewSegment.end_time,
|
ReviewSegment.end_time,
|
||||||
|
ReviewSegment.severity,
|
||||||
ReviewSegment.data,
|
ReviewSegment.data,
|
||||||
)
|
)
|
||||||
.where(
|
.where(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user