From cb27e6ff1c360d99cf0fff8235bcaad267f981f3 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 18 May 2026 14:39:39 -0500 Subject: [PATCH] use correct field type for export hwaccel args --- web/src/components/config-form/section-configs/record.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/components/config-form/section-configs/record.ts b/web/src/components/config-form/section-configs/record.ts index 0e0da30692..d1c2a94e64 100644 --- a/web/src/components/config-form/section-configs/record.ts +++ b/web/src/components/config-form/section-configs/record.ts @@ -46,7 +46,11 @@ const record: SectionConfigOverrides = { uiSchema: { export: { hwaccel_args: { - "ui:options": { suppressMultiSchema: true, size: "lg" }, + "ui:widget": "FfmpegArgsWidget", + "ui:options": { + suppressMultiSchema: true, + ffmpegPresetField: "hwaccel_args", + }, }, }, "alerts.retain.mode": {