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:
@@ -44,7 +44,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
|
||||
public bool IsAbsoluteNumbering()
|
||||
{
|
||||
return AbsoluteEpisodeNumbers.Length > 0;
|
||||
return AbsoluteEpisodeNumbers.Any();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user