mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Fixed: Correct spelling of 'freeleech'
This commit is contained in:
@@ -31,7 +31,7 @@ namespace NzbDrone.Core.Indexers.Gazelle
|
||||
[FieldDefinition(2, Label = "Password", Type = FieldType.Password, HelpText = "Password", Privacy = PrivacyLevel.Password)]
|
||||
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 NzbDroneValidationResult Validate()
|
||||
|
@@ -1047,7 +1047,7 @@
|
||||
"name": "Any",
|
||||
"upgradeAllowed": true,
|
||||
"cutoff": 20,
|
||||
"preferredTags": "freeleach",
|
||||
"preferredTags": "freeleech",
|
||||
"items": [
|
||||
{
|
||||
"quality": {
|
||||
|
Reference in New Issue
Block a user