mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
broke episodeparseresult into filenameparseresult and indexerparseresult
This commit is contained in:
@@ -4,6 +4,6 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
{
|
||||
public interface IDecisionEngineSpecification : IRejectWithReason
|
||||
{
|
||||
bool IsSatisfiedBy(EpisodeParseResult subject);
|
||||
bool IsSatisfiedBy(IndexerParseResult subject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user