mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
change label
This commit is contained in:
parent
2230b7b3aa
commit
afeb03a32f
@ -120,7 +120,7 @@ class CameraInput(FrigateBaseModel):
|
||||
)
|
||||
roles: list[CameraRoleEnum] = Field(
|
||||
title="Input roles",
|
||||
description="Roles for this input stream (for example: detect, record, audio).",
|
||||
description="Roles for this input stream.",
|
||||
)
|
||||
global_args: Union[str, list[str]] = Field(
|
||||
default_factory=list,
|
||||
|
||||
@ -199,7 +199,7 @@
|
||||
},
|
||||
"roles": {
|
||||
"label": "Input roles",
|
||||
"description": "Roles for this input stream (for example: detect, record, audio)."
|
||||
"description": "Roles for this input stream."
|
||||
},
|
||||
"global_args": {
|
||||
"label": "FFmpeg global arguments",
|
||||
|
||||
@ -1342,7 +1342,7 @@
|
||||
},
|
||||
"roles": {
|
||||
"label": "Input roles",
|
||||
"description": "Roles for this input stream (for example: detect, record, audio)."
|
||||
"description": "Roles for this input stream."
|
||||
},
|
||||
"global_args": {
|
||||
"label": "FFmpeg global arguments",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user