mirror of
https://github.com/chrisbenincasa/tunarr
synced 2026-04-21 13:37:15 +00:00
fix: do not disable audio format dropdown after selecting copy
Fixes: #1758
This commit is contained in:
parent
09a5167a6d
commit
f9851f73cb
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ export const TranscodeConfigAudioSettingsForm = ({
|
|||
formControlProps={{ fullWidth: true }}
|
||||
selectProps={{
|
||||
label: 'Audio Format',
|
||||
disabled: field.form.state.values.audioFormat === 'copy',
|
||||
}}
|
||||
options={AudioFormats}
|
||||
helperText={
|
||||
|
|
|
|||
Loading…
Reference in a new issue