mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -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