Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/55a525ba2f911f97c1a9b939b5260146ab9bc54f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add helptext to nzbget "add paused" settings. ()

Requires nzbget 16 or greater.
vertigo235 8 years ago committed by Tim Turner
parent a53768463b
commit 55a525ba2f

@ -57,7 +57,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
[FieldDefinition(7, Label = "Use SSL", Type = FieldType.Checkbox)]
public bool UseSsl { get; set; }
[FieldDefinition(8, Label = "Add Paused", Type = FieldType.Checkbox)]
[FieldDefinition(8, Label = "Add Paused", Type = FieldType.Checkbox, HelpText = "This option requires at least NzbGet version 16.0")]
public bool AddPaused { get; set; }
public NzbDroneValidationResult Validate()

Loading…
Cancel
Save