mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 07:22:35 +01:00
If an unsorted episode that had a series that was not being watched it would prevent additional episodes from being processed.
This commit is contained in:
parent
9cf77955d0
commit
d85a8bc15d
@ -79,8 +79,8 @@ namespace NzbDrone.Core.Providers.Jobs
|
||||
|
||||
if (series == null)
|
||||
{
|
||||
Logger.Warn("Unable to Import new download, series doesn't exist in database.");
|
||||
return;
|
||||
Logger.Warn("Unable to Import new download [{0}], series doesn't exist in database.", subfolder);
|
||||
continue;
|
||||
}
|
||||
|
||||
var importedFiles = _diskScanProvider.Scan(series, subfolder);
|
||||
|
Loading…
Reference in New Issue
Block a user