NotUnpacking check added to episode import

Checks last write time when in working folder, should help with moving while unpacking
This commit is contained in:
Mark McDowall 2013-08-22 08:34:51 -07:00
commit 7771899e29
7 changed files with 134 additions and 1 deletions

View file

@ -38,6 +38,7 @@ namespace NzbDrone.Core.Configuration
string ReleaseRestrictions { get; set; }
Int32 RssSyncInterval { get; set; }
Boolean AutoDownloadPropers { get; set; }
String DownloadClientWorkingFolders { get; set; }
void SaveValues(Dictionary<string, object> configValues);
}
}