mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 21:21:47 +02:00
Fixed: Mapping of parsed titles when one doesn't have an alias
Co-authored-by: Sergey M <msergein>
This commit is contained in:
parent
92ecb30fab
commit
255f947860
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ private Series GetSeriesByAllTitles(ParsedEpisodeInfo parsedEpisodeInfo)
|
|||
if (!tvdbId.HasValue)
|
||||
{
|
||||
_logger.Trace("Title {0} not matching any series.", title);
|
||||
return null;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (foundTvdbId.HasValue && tvdbId != foundTvdbId)
|
||||
|
|
|
|||
Loading…
Reference in a new issue