mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-05 14:32:06 +01:00
Update description for freeleech only in BakaBT
This commit is contained in:
parent
d1ba208243
commit
75ff2f41d3
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ public BakaBTSettings()
|
|||
FreeleechOnly = false;
|
||||
}
|
||||
|
||||
[FieldDefinition(4, Label = "Freeleech Only", Type = FieldType.Checkbox, HelpText = "Search freeleech torrents only")]
|
||||
[FieldDefinition(4, Label = "Freeleech Only", Type = FieldType.Checkbox, HelpText = "Show freeleech torrents only")]
|
||||
public bool FreeleechOnly { get; set; }
|
||||
|
||||
[FieldDefinition(5, Label = "Add Romaji Title", Type = FieldType.Checkbox, HelpText = "Add releases for Romaji Title")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue