mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Fixed: Respect Quality cutoff if Custom Format cutoff isn't met
Closes #7132
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace NzbDrone.Core.DecisionEngine
|
||||
{
|
||||
public enum UpgradeableRejectReason
|
||||
{
|
||||
None,
|
||||
BetterQuality,
|
||||
BetterRevision,
|
||||
QualityCutoff,
|
||||
CustomFormatScore,
|
||||
CustomFormatCutoff
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user