New: Check whether an existing trackfile was deleted before grabbing an upgrade, to avoid timing issues in combination with Ignore Deleted Tracks.

Sonarr fa006d85f
This commit is contained in:
Qstick 2017-09-26 23:30:24 -04:00
commit 64d9457322
33 changed files with 334 additions and 29 deletions

View file

@ -22,6 +22,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
_logger = logger;
}
public SpecificationPriority Priority => SpecificationPriority.Default;
public RejectionType Type => RejectionType.Permanent;
public Decision IsSatisfiedBy(RemoteAlbum subject, SearchCriteriaBase searchCriteria)