mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02: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