mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-29 08:31:27 +03:00
use correct field type for export hwaccel args
This commit is contained in:
parent
a247a344ec
commit
cb27e6ff1c
@ -46,7 +46,11 @@ const record: SectionConfigOverrides = {
|
|||||||
uiSchema: {
|
uiSchema: {
|
||||||
export: {
|
export: {
|
||||||
hwaccel_args: {
|
hwaccel_args: {
|
||||||
"ui:options": { suppressMultiSchema: true, size: "lg" },
|
"ui:widget": "FfmpegArgsWidget",
|
||||||
|
"ui:options": {
|
||||||
|
suppressMultiSchema: true,
|
||||||
|
ffmpegPresetField: "hwaccel_args",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"alerts.retain.mode": {
|
"alerts.retain.mode": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user