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

This commit is contained in:
Bogdan 2025-02-22 21:28:33 +02:00 committed by sharinganthief
parent fb7692342a
commit 6dde622eee

View file

@ -20,7 +20,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 Decision IsSatisfiedBy(RemoteAlbum subject, SearchCriteriaBase searchCriteria)