PostDownloadProvider broken down further.

Will try to reprocess _NzbDrone_ directories each pass, but will mark with an error when possible.
Attempt to process _UNPACK_ and _FAILED_ directories 30 minutes after first detected by NzbDrone (to give SAB time to unpack properly before processing).
This commit is contained in:
Mark McDowall 2011-10-14 08:37:19 -07:00
commit 8cac84b4ad
9 changed files with 362 additions and 43 deletions

View file

@ -34,7 +34,7 @@ namespace NzbDrone.Core.Providers.Jobs
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
{
_postDownloadProvider.Start(notification);
_postDownloadProvider.ScanDropFolder(notification);
}
}
}