mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 13:02:23 -07: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
|
<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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue