1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 14:47:44 +00:00

Fixed: Parsing of some files with series title aliases

This commit is contained in:
Mark McDowall 2023-01-18 17:18:55 -08:00
parent b848100693
commit 0fbf61199f

View file

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