New: Watch filesystem for changes to library

This commit is contained in:
ta264
2020-02-27 21:27:03 +00:00
parent 8e4e62c17a
commit cf15359b89
12 changed files with 406 additions and 17 deletions
@@ -36,6 +36,7 @@ namespace NzbDrone.Core.Configuration
bool CopyUsingHardlinks { get; set; }
bool ImportExtraFiles { get; set; }
string ExtraFileExtensions { get; set; }
bool WatchLibraryForChanges { get; set; }
RescanAfterRefreshType RescanAfterRefresh { get; set; }
AllowFingerprinting AllowFingerprinting { get; set; }