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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user