Kickass Verified Only flag no longer an Advanced option to increase visibility.

This commit is contained in:
Taloth Saldono 2015-05-12 00:30:15 +02:00
parent 429298c68c
commit f221b00795
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace NzbDrone.Core.Indexers.KickassTorrents
[FieldDefinition(0, Label = "Website URL")]
public String BaseUrl { get; set; }
[FieldDefinition(1, Label = "Verified Only", Type = FieldType.Checkbox, Advanced = true, HelpText = "By setting this to No you will likely get more junk and unconfirmed releases, so use it with caution.")]
[FieldDefinition(1, Label = "Verified Only", Type = FieldType.Checkbox, HelpText = "By setting this to No you will likely get more junk and unconfirmed releases, so use it with caution.")]
public Boolean VerifiedOnly { get; set; }
public NzbDroneValidationResult Validate()