mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
New: Watch filesystem for changes to library
This commit is contained in:
parent
87d29ec978
commit
a2ba8e76bb
12 changed files with 406 additions and 17 deletions
|
@ -256,6 +256,22 @@ class MediaManagement extends Component {
|
|||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup
|
||||
advancedSettings={advancedSettings}
|
||||
isAdvanced={true}
|
||||
size={sizes.MEDIUM}
|
||||
>
|
||||
<FormLabel>Watch Root Folders for file changes</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="watchLibraryForChanges"
|
||||
helpText="Rescan automatically when files change in a root folder"
|
||||
onChange={onInputChange}
|
||||
{...settings.watchLibraryForChanges}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup
|
||||
advancedSettings={advancedSettings}
|
||||
isAdvanced={true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue