mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
fix: do not disable audio format dropdown after selecting copy
Fixes: #1758
This commit is contained in:
@@ -76,7 +76,6 @@ export const TranscodeConfigAudioSettingsForm = ({
|
||||
formControlProps={{ fullWidth: true }}
|
||||
selectProps={{
|
||||
label: 'Audio Format',
|
||||
disabled: field.form.state.values.audioFormat === 'copy',
|
||||
}}
|
||||
options={AudioFormats}
|
||||
helperText={
|
||||
|
||||
Reference in New Issue
Block a user