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}

-
+ */}