[FieldDefinition(1000, Type = FieldType.Select, SelectOptions = typeof(LanguageFieldConverter), Label = "Multi Languages", HelpText = "What languages are normally in a multi release on this indexer?", Advanced = true)]
publicIEnumerable<int>MultiLanguages{get;set;}
[FieldDefinition(1001, Label = "Categories", HelpText = "Comma Separated list, leave blank to disable all categories", Advanced = true)]
publicIEnumerable<int>Categories{get;set;}
// Field 8 is used by TorznabSettings MinimumSeeders
// If you need to add another field here, update TorznabSettings as well and this comment
returnnewValidationFailure(string.Empty,$"This indexer does not support any of the selected categories! (You may need to turn on advanced settings to see them)");
returnnewValidationFailure(string.Empty,$"This indexer does not support any of the selected categories! (You may need to turn on advanced settings to see them)");