1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Revert "New: Optional 'downloadClientId' for pushed releases"

This reverts commit 4e01fa57fd.

Closes #9202
This commit is contained in:
Bogdan
2023-09-19 04:07:27 +03:00
parent 450d6c0c80
commit e9e36ae56a
3 changed files with 34 additions and 115 deletions
@@ -1,11 +0,0 @@
namespace NzbDrone.Core.Download
{
public enum ProcessedDecisionResult
{
Grabbed,
Pending,
Rejected,
Failed,
Skipped
}
}