mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Reject non-english releases
NzbDrone, now with more rejection built in
This commit is contained in:
parent
7eb522f871
commit
f556f2aaf2
6 changed files with 119 additions and 2 deletions
|
@ -18,6 +18,7 @@ namespace NzbDrone.Core.Model
|
|||
Skipped = 11,
|
||||
Failure = 12,
|
||||
ReleaseGroupNotWanted = 13,
|
||||
AiredAfterCustomStartDate = 14
|
||||
AiredAfterCustomStartDate = 14,
|
||||
LanguageNotWanted = 15
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue