Fixed: Correct spelling of 'freeleech'

pull/31/head
TheCatLady 4 years ago committed by Qstick
parent d2e3bf3964
commit cb046172f8

@ -31,7 +31,7 @@ namespace NzbDrone.Core.Indexers.Gazelle
[FieldDefinition(2, Label = "Password", Type = FieldType.Password, HelpText = "Password", Privacy = PrivacyLevel.Password)] [FieldDefinition(2, Label = "Password", Type = FieldType.Password, HelpText = "Password", Privacy = PrivacyLevel.Password)]
public string Password { get; set; } public string Password { get; set; }
[FieldDefinition(3, Type = FieldType.Checkbox, Label = "Use Freeleech Token", HelpText = "Use Freeleach Token")] [FieldDefinition(3, Type = FieldType.Checkbox, Label = "Use Freeleech Token", HelpText = "Use Freeleech Token")]
public bool UseFreeleechToken { get; set; } public bool UseFreeleechToken { get; set; }
public NzbDroneValidationResult Validate() public NzbDroneValidationResult Validate()

@ -1047,7 +1047,7 @@
"name": "Any", "name": "Any",
"upgradeAllowed": true, "upgradeAllowed": true,
"cutoff": 20, "cutoff": 20,
"preferredTags": "freeleach", "preferredTags": "freeleech",
"items": [ "items": [
{ {
"quality": { "quality": {

Loading…
Cancel
Save