mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Restrict nzbs based on release group, server side
New: Only grab NZBs if release group is wanted (configurable)
This commit is contained in:
@@ -17,5 +17,6 @@ namespace NzbDrone.Core.Model
|
||||
DownloadClientFailure = 10,
|
||||
Skipped = 11,
|
||||
Failure = 12,
|
||||
ReleaseGroupNotWanted = 13
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user