diff --git a/src/NzbDrone.Core/Parser/ParsingService.cs b/src/NzbDrone.Core/Parser/ParsingService.cs index 18d8aaf44..dec6562c8 100644 --- a/src/NzbDrone.Core/Parser/ParsingService.cs +++ b/src/NzbDrone.Core/Parser/ParsingService.cs @@ -93,7 +93,7 @@ namespace NzbDrone.Core.Parser if (!tvdbId.HasValue) { _logger.Trace("Title {0} not matching any series.", title); - return null; + continue; } if (foundTvdbId.HasValue && tvdbId != foundTvdbId)