change label

This commit is contained in:
Josh Hawkins 2026-02-15 22:13:03 -06:00
parent 2230b7b3aa
commit afeb03a32f
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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",

View File

@ -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",