Fixed: Parsing of some files with series title aliases

pull/5384/head
Mark McDowall 1 year ago
parent b848100693
commit 0fbf61199f

@ -164,7 +164,7 @@ namespace NzbDrone.Core.Parser
sceneSource = false;
}
else if (sceneMapping.Type == "XemService" &&
sceneMapping.SceneSeasonNumber.HasValue &&
sceneMapping.SceneSeasonNumber.NonNegative().HasValue &&
parsedEpisodeInfo.SeasonNumber == 1 &&
sceneMapping.SceneSeasonNumber != parsedEpisodeInfo.SeasonNumber)
{

Loading…
Cancel
Save