mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 08:28:37 +01:00
Fixed: Avoid checking for free space if other specifications fail first
This commit is contained in:
parent
1fa532dd3e
commit
e22dd15443
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public FreeSpaceSpecification(IConfigService configService, IDiskProvider diskPr
|
|||
_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…
Reference in a new issue