final backend fix

test-rebase
Robin Dadswell 4 years ago committed by nitsua
parent b3bdaeeffa
commit 1d922f3ce6

@ -51,10 +51,10 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
// Accept unless the user doesn't want to prefer propers, optionally they can
// use preferred words to prefer propers/repacks over non-propers/repacks.
if (_configService.DownloadPropersAndRepacks != ProperDownloadTypes.DoNotPrefer &&
if (_configService.DownloadPropersAndRepacks == ProperDownloadTypes.DoNotPrefer &&
newQuality?.Revision.CompareTo(currentQuality.Revision) > 0)
{
return ProfileComparisonResult.Upgrade;
return ProfileComparisonResult.Equal;
}
}

Loading…
Cancel
Save