From c42e5f5cdb178d777c6f15710bdd53b0c585c300 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:58:19 -0600 Subject: [PATCH] global ffmpeg section --- .../components/config-form/section-configs/ffmpeg.ts | 11 +---------- web/src/utils/configUtil.ts | 1 + 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/web/src/components/config-form/section-configs/ffmpeg.ts b/web/src/components/config-form/section-configs/ffmpeg.ts index 5ad2f7b2a..d0d426a6a 100644 --- a/web/src/components/config-form/section-configs/ffmpeg.ts +++ b/web/src/components/config-form/section-configs/ffmpeg.ts @@ -116,16 +116,7 @@ const ffmpeg: SectionConfigOverrides = { }, }, global: { - restartRequired: [ - "path", - "global_args", - "hwaccel_args", - "input_args", - "output_args", - "retry_interval", - "apple_compatibility", - "gpu", - ], + restartRequired: [], fieldOrder: [ "hwaccel_args", "path", diff --git a/web/src/utils/configUtil.ts b/web/src/utils/configUtil.ts index 77258d64a..216ade9fa 100644 --- a/web/src/utils/configUtil.ts +++ b/web/src/utils/configUtil.ts @@ -65,6 +65,7 @@ export const globalCameraDefaultSections = new Set([ "review", "audio", "notifications", + "ffmpeg", ]); // ---------------------------------------------------------------------------