1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05: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)
{