mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
New: Watch filesystem for changes to library
This commit is contained in:
parent
da8d798d7b
commit
ef9cb0e3f6
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