Fixed: Parsing of some files with series title aliases
This commit is contained in:
parent
b848100693
commit
0fbf61199f
|
@ -164,7 +164,7 @@ namespace NzbDrone.Core.Parser
|
||||||
sceneSource = false;
|
sceneSource = false;
|
||||||
}
|
}
|
||||||
else if (sceneMapping.Type == "XemService" &&
|
else if (sceneMapping.Type == "XemService" &&
|
||||||
sceneMapping.SceneSeasonNumber.HasValue &&
|
sceneMapping.SceneSeasonNumber.NonNegative().HasValue &&
|
||||||
parsedEpisodeInfo.SeasonNumber == 1 &&
|
parsedEpisodeInfo.SeasonNumber == 1 &&
|
||||||
sceneMapping.SceneSeasonNumber != parsedEpisodeInfo.SeasonNumber)
|
sceneMapping.SceneSeasonNumber != parsedEpisodeInfo.SeasonNumber)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue