1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
parent 7eb522f871
commit f556f2aaf2
6 changed files with 119 additions and 2 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ namespace NzbDrone.Core.Model
Skipped = 11,
Failure = 12,
ReleaseGroupNotWanted = 13,
AiredAfterCustomStartDate = 14
AiredAfterCustomStartDate = 14,
LanguageNotWanted = 15
}
}