mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 02:10:56 +02:00
Fixed: Avoid checking for free space if other specifications fail first
This commit is contained in:
parent
0925769377
commit
b7a46bedb0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public FreeSpaceSpecification(IConfigService configService, IDiskProvider diskPr
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
public SpecificationPriority Priority => SpecificationPriority.Default;
|
public SpecificationPriority Priority => SpecificationPriority.Disk;
|
||||||
public RejectionType Type => RejectionType.Permanent;
|
public RejectionType Type => RejectionType.Permanent;
|
||||||
|
|
||||||
public DownloadSpecDecision IsSatisfiedBy(RemoteMovie subject, SearchCriteriaBase searchCriteria)
|
public DownloadSpecDecision IsSatisfiedBy(RemoteMovie subject, SearchCriteriaBase searchCriteria)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue