mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Update frigate/record/maintainer.py
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
This commit is contained in:
parent
24cc2f1f80
commit
040d42ff85
@ -127,7 +127,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
*(self.validate_segment(camera, events, r) for r in recordings)
|
*(self.validate_segment(camera, events, r) for r in recordings)
|
||||||
)
|
)
|
||||||
|
|
||||||
async def validate_segment(
|
async def validate_and_move_segment(
|
||||||
self, camera: str, events: Event, recording: dict[str, any]
|
self, camera: str, events: Event, recording: dict[str, any]
|
||||||
) -> None:
|
) -> None:
|
||||||
cache_path = recording["cache_path"]
|
cache_path = recording["cache_path"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user