mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 14:07:20 -04:00
Fixed: Block deleteEmpty and createEmpty both on in UI
This commit is contained in:
parent
a552389ee8
commit
027a388157
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@ class MediaManagement extends Component {
|
|||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
isDisabled={settings.deleteEmptyFolders.value}
|
||||
name="createEmptyMovieFolders"
|
||||
helpText="Create missing movie folders during disk scan"
|
||||
onChange={onInputChange}
|
||||
|
@ -103,6 +104,7 @@ class MediaManagement extends Component {
|
|||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
isDisabled={settings.createEmptyMovieFolders.value}
|
||||
name="deleteEmptyFolders"
|
||||
helpText="Delete empty movie folders during disk scan and when movie files are deleted"
|
||||
onChange={onInputChange}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue