mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Watch filesystem for changes to library
This commit is contained in:
@@ -227,6 +227,13 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("ExtraFileExtensions", value); }
|
||||
}
|
||||
|
||||
public bool WatchLibraryForChanges
|
||||
{
|
||||
get { return GetValueBoolean("WatchLibraryForChanges", true); }
|
||||
|
||||
set { SetValue("WatchLibraryForChanges", value); }
|
||||
}
|
||||
|
||||
public RescanAfterRefreshType RescanAfterRefresh
|
||||
{
|
||||
get { return GetValueEnum("RescanAfterRefresh", RescanAfterRefreshType.Always); }
|
||||
|
||||
Reference in New Issue
Block a user