mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-04 11:15:55 +02:00
* fix check for snapshot score for manual events, snapScore is 0, so "0" gets displayed instead of a condition being evaluated. * fix ongoing events from being returned for all review queries The existing condition will include any record with a null end_time regardless of when it started, as long as the start_time is greater than the after param. With this fix, both the start time needs to be within the specified range, and for events that have already ended, their end time must be before the before param * Base alert toggles on width not device class --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> |
||
---|---|---|
.. | ||
defs | ||
__init__.py | ||
app.py | ||
auth.py | ||
classification.py | ||
event.py | ||
export.py | ||
fastapi_app.py | ||
media.py | ||
notification.py | ||
preview.py | ||
review.py |