1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fixed: Custom Format score bypassing upgrades not being allowed

This commit is contained in:
Mark McDowall
2024-12-06 20:27:11 -08:00
parent e8c3aa20bd
commit ebe23104d4
8 changed files with 61 additions and 15 deletions
@@ -20,6 +20,7 @@ public enum DownloadRejectionReason
HistoryCustomFormatCutoffMet,
HistoryCustomFormatScore,
HistoryCustomFormatScoreIncrement,
HistoryUpgradesNotAllowed,
NoMatchingTag,
PropersDisabled,
ProperForOldFile,
@@ -53,7 +54,7 @@ public enum DownloadRejectionReason
QueueCustomFormatCutoffMet,
QueueCustomFormatScore,
QueueCustomFormatScoreIncrement,
QueueNoUpgrades,
QueueUpgradesNotAllowed,
QueuePropersDisabled,
Raw,
MustContainMissing,
@@ -72,4 +73,5 @@ public enum DownloadRejectionReason
DiskCustomFormatCutoffMet,
DiskCustomFormatScore,
DiskCustomFormatScoreIncrement,
DiskUpgradesNotAllowed
}