Fixed: Remove checkbox to unmonitor tracks on delete

This commit is contained in:
PearsonFlyer 2021-07-13 09:55:11 -04:00 committed by ta264
parent dd3ea74db2
commit 6eb70d278f
1 changed files with 0 additions and 12 deletions

View File

@ -219,18 +219,6 @@ class MediaManagement extends Component {
<FieldSet
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
advancedSettings={advancedSettings}
isAdvanced={true}