mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-18 00:16:41 +01:00
invert active_count logic
This commit is contained in:
parent
4a16171f96
commit
329e5f8f91
@ -230,7 +230,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
[
|
[
|
||||||
o
|
o
|
||||||
for o in frame[1]
|
for o in frame[1]
|
||||||
if not o["false_positive"] and o["motionless_count"] > 0
|
if not o["false_positive"] and o["motionless_count"] == 0
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user