1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

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();
}
}
}