mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Parsing service code (and tests) for absolute numbered episodes
This commit is contained in:
@@ -41,5 +41,10 @@ namespace NzbDrone.Core.Parser.Model
|
||||
{
|
||||
return !String.IsNullOrWhiteSpace(AirDate);
|
||||
}
|
||||
|
||||
public bool IsAbsoluteNumbering()
|
||||
{
|
||||
return AbsoluteEpisodeNumbers.Length > 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user