Fixed: Avoid checking for free space if other specifications fail first

pull/7668/head
Bogdan 2 months ago committed by Mark McDowall
parent 1fa532dd3e
commit e22dd15443
No known key found for this signature in database

@ -21,7 +21,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
_logger = logger;
}
public SpecificationPriority Priority => SpecificationPriority.Default;
public SpecificationPriority Priority => SpecificationPriority.Disk;
public RejectionType Type => RejectionType.Permanent;
public DownloadSpecDecision IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase searchCriteria)

Loading…
Cancel
Save