From 25766003d77cb1fe9dafa9839fd9e60eb5a06744 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 1 Feb 2021 18:55:06 -0800 Subject: [PATCH] At least for the time being hide the audio configuration, nobody uses it --- web/pages/components/config/video-variant-form.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/pages/components/config/video-variant-form.tsx b/web/pages/components/config/video-variant-form.tsx index c5a7020bf..24a3f88e7 100644 --- a/web/pages/components/config/video-variant-form.tsx +++ b/web/pages/components/config/video-variant-form.tsx @@ -197,7 +197,7 @@ export default function VideoVariantForm({ {/* AUDIO PASSTHROUGH FIELD */} -
+ {/*

Use Audio Passthrough? @@ -212,10 +212,10 @@ export default function VideoVariantForm({ /> {dataState.audioPassthrough ? Same as source : null}

-
+ */} {/* AUDIO BITRATE FIELD */} -
+ {/*

Audio Bitrate: @@ -241,7 +241,7 @@ export default function VideoVariantForm({ {selectedAudioBRnote} ) : null}

-
+ */}