mirror of
https://github.com/Readarr/Readarr
synced 2026-01-07 16:13:05 +01:00
New: Switched nyaa.se to HTTPS
This commit is contained in:
parent
111e401a2c
commit
8aacc61c50
1 changed files with 2 additions and 2 deletions
|
|
@ -25,10 +25,10 @@ public NyaaSettings()
|
|||
}
|
||||
|
||||
[FieldDefinition(0, Label = "Website URL")]
|
||||
public string BaseUrl { get; set; }
|
||||
public string BaseUrl { get; }
|
||||
|
||||
[FieldDefinition(1, Label = "Additional Parameters", Advanced = true, HelpText = "Please note if you change the category you will have to add required/restricted rules about the subgroups to avoid foreign language releases.")]
|
||||
public string AdditionalParameters { get; set; }
|
||||
public string AdditionalParameters { get; }
|
||||
|
||||
public NzbDroneValidationResult Validate()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue