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