mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Fix nullable thumbnail (#16706)
This commit is contained in:
parent
c736b1dae5
commit
391ac70e60
@ -12,7 +12,7 @@ class EventResponse(BaseModel):
|
||||
end_time: Optional[float]
|
||||
false_positive: Optional[bool]
|
||||
zones: list[str]
|
||||
thumbnail: str
|
||||
thumbnail: Optional[str]
|
||||
has_clip: bool
|
||||
has_snapshot: bool
|
||||
retain_indefinitely: bool
|
||||
|
Loading…
Reference in New Issue
Block a user