Fixed: Remove checkbox to unmonitor tracks on delete
This commit is contained in:
@@ -219,18 +219,6 @@ class MediaManagement extends Component {
|
|||||||
<FieldSet
|
<FieldSet
|
||||||
legend="File Management"
|
legend="File Management"
|
||||||
>
|
>
|
||||||
<FormGroup size={sizes.MEDIUM}>
|
|
||||||
<FormLabel>Ignore Deleted Tracks</FormLabel>
|
|
||||||
|
|
||||||
<FormInputGroup
|
|
||||||
type={inputTypes.CHECK}
|
|
||||||
name="autoUnmonitorPreviouslyDownloadedTracks"
|
|
||||||
helpText="Tracks deleted from disk are automatically unmonitored in Lidarr"
|
|
||||||
onChange={onInputChange}
|
|
||||||
{...settings.autoUnmonitorPreviouslyDownloadedTracks}
|
|
||||||
/>
|
|
||||||
</FormGroup>
|
|
||||||
|
|
||||||
<FormGroup
|
<FormGroup
|
||||||
advancedSettings={advancedSettings}
|
advancedSettings={advancedSettings}
|
||||||
isAdvanced={true}
|
isAdvanced={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user