mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-18 00:16:41 +01:00
fix audio event create (#15299)
This commit is contained in:
parent
c95bc9fe44
commit
833cdcb6d2
@ -135,7 +135,7 @@ class ExternalEventProcessor:
|
||||
draw: dict[str, any],
|
||||
img_frame: Optional[ndarray],
|
||||
) -> Optional[str]:
|
||||
if not img_frame:
|
||||
if img_frame is None:
|
||||
return None
|
||||
|
||||
# write clean snapshot if enabled
|
||||
|
Loading…
Reference in New Issue
Block a user