mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fix: Successful downloads that are not moved properly should be retried.
This commit is contained in:
parent
5650f891ee
commit
c0d1d2c502
6 changed files with 170 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue