mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-07 08:13:45 +01:00
Typo for myanonamouse.
This commit is contained in:
parent
f9bd842d41
commit
70fd9b4e30
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ public MyAnonamouseSettings()
|
|||
[FieldDefinition(1, Label = "Base Url", Type = FieldType.Select, SelectOptionsProviderAction = "getUrls", HelpText = "Select which baseurl Prowlarr will use for requests to the site")]
|
||||
public string BaseUrl { get; set; }
|
||||
|
||||
[FieldDefinition(2, Label = "Mam Id", HelpText = "Mam Session Id (Created Under Profile -> Security)")]
|
||||
[FieldDefinition(2, Label = "Mam Id", HelpText = "Mam Session Id (Created Under Preferences -> Security)")]
|
||||
public string MamId { get; set; }
|
||||
|
||||
[FieldDefinition(3, Type = FieldType.Checkbox, Label = "Exclude VIP", HelpText = "Exclude VIP Torrents from search results")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue