Fixed: Mapping of parsed titles when one doesn't have an alias

Co-authored-by: Sergey M <msergein>
This commit is contained in:
Sergey M 2023-03-06 03:30:56 +02:00 committed by GitHub
parent 92ecb30fab
commit 255f947860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)