Reject non-english releases

NzbDrone, now with more rejection built in
This commit is contained in:
Mark McDowall 2013-01-15 17:36:02 -08:00
commit f556f2aaf2
6 changed files with 119 additions and 2 deletions

View file

@ -18,6 +18,7 @@ namespace NzbDrone.Core.Model
Skipped = 11,
Failure = 12,
ReleaseGroupNotWanted = 13,
AiredAfterCustomStartDate = 14
AiredAfterCustomStartDate = 14,
LanguageNotWanted = 15
}
}