mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
broke episodeparseresult into filenameparseresult and indexerparseresult
This commit is contained in:
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
||||
get { return "File size too big or small"; }
|
||||
}
|
||||
|
||||
public virtual bool IsSatisfiedBy(EpisodeParseResult subject)
|
||||
public virtual bool IsSatisfiedBy(IndexerParseResult subject)
|
||||
{
|
||||
_logger.Trace("Beginning size check for: {0}", subject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user