1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

New: Optional 'downloadClientId' for pushed releases

(cherry picked from commit fa5bfc3742c24c5730b77bf8178a423d98fdf50e)

Closes #9190
This commit is contained in:
Mark McDowall
2023-09-17 23:20:06 -07:00
committed by Bogdan
parent bbeb4d7b5f
commit 4e01fa57fd
3 changed files with 115 additions and 34 deletions
@@ -0,0 +1,11 @@
namespace NzbDrone.Core.Download
{
public enum ProcessedDecisionResult
{
Grabbed,
Pending,
Rejected,
Failed,
Skipped
}
}