Fix: Successful downloads that are not moved properly should be retried.

This commit is contained in:
Mark McDowall 2012-04-17 14:44:20 -07:00
commit c0d1d2c502
6 changed files with 170 additions and 1 deletions

View file

@ -66,6 +66,8 @@ namespace NzbDrone.Core.Providers
return;
}
_diskScanProvider.CleanUpDropFolder(subfolderInfo.FullName);
var importedFiles = _diskScanProvider.Scan(series, subfolderInfo.FullName);
importedFiles.ForEach(file => _diskScanProvider.MoveEpisodeFile(file, true));