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
parent 77aa34c340
commit 64d9457322
33 changed files with 334 additions and 29 deletions
@@ -1,4 +1,4 @@
using NzbDrone.Core.IndexerSearch.Definitions;
using NzbDrone.Core.IndexerSearch.Definitions;
using NzbDrone.Core.Parser.Model;
namespace NzbDrone.Core.DecisionEngine
@@ -7,6 +7,8 @@ namespace NzbDrone.Core.DecisionEngine
{
RejectionType Type { get; }
SpecificationPriority Priority { get; }
Decision IsSatisfiedBy(RemoteAlbum subject, SearchCriteriaBase searchCriteria);
}
}