mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Fixed: Don't allow pushed releases to bypass pending releases that recently expired
Closes #7725
This commit is contained in:
@@ -10,6 +10,7 @@ public enum DownloadRejectionReason
|
||||
Error,
|
||||
DecisionError,
|
||||
MinimumAgeDelay,
|
||||
MinimumAgeDelayPushed,
|
||||
SeriesNotMonitored,
|
||||
EpisodeNotMonitored,
|
||||
HistoryRecentCutoffMet,
|
||||
|
||||
Reference in New Issue
Block a user