mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
Fixed: Remove checkbox to unmonitor tracks on delete
This commit is contained in:
parent
dd3ea74db2
commit
6eb70d278f
1 changed files with 0 additions and 12 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue