Small tweaks based on feedback from @markus101

This commit is contained in:
Cyberlane
2013-11-08 19:03:01 +00:00
committed by Mark McDowall
parent 44c1bc632e
commit 26d3d9dcd6
3 changed files with 23 additions and 30 deletions
@@ -44,7 +44,7 @@ namespace NzbDrone.Core.Parser.Model
public bool IsAbsoluteNumbering()
{
return AbsoluteEpisodeNumbers.Length > 0;
return AbsoluteEpisodeNumbers.Any();
}
}
}