diff --git a/NzbDrone.Core/Providers/PostDownloadProvider.cs b/NzbDrone.Core/Providers/PostDownloadProvider.cs index b80771930..3d0709c59 100644 --- a/NzbDrone.Core/Providers/PostDownloadProvider.cs +++ b/NzbDrone.Core/Providers/PostDownloadProvider.cs @@ -83,7 +83,7 @@ namespace NzbDrone.Core.Providers continue; } - if (folderStatus != PostDownloadStatusType.Unknown) + if (folderStatus != PostDownloadStatusType.NoError) { //Retry processing on the download ReProcessDownload(new PostDownloadInfoModel{ Name = subfolderInfo.FullName, Status = folderStatus });