Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/2e0d603f4a6dd3a16233850c3d5aade8f914b2f0
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -58,13 +58,13 @@ namespace NzbDrone.Core.Notifications.Email
[FieldDefinition(5, Label = "From Address")]
public string From { get ; set ; }
[FieldDefinition(6, Label = "Recipient Address(es)", HelpText = "Comma sep e rated list of email recipients")]
[FieldDefinition(6, Label = "Recipient Address(es)", HelpText = "Comma sep a rated list of email recipients")]
public IEnumerable < string > To { get ; set ; }
[FieldDefinition(7, Label = "CC Address(es)", HelpText = "Comma sep e rated list of email cc recipients", Advanced = true)]
[FieldDefinition(7, Label = "CC Address(es)", HelpText = "Comma sep a rated list of email cc recipients", Advanced = true)]
public IEnumerable < string > CC { get ; set ; }
[FieldDefinition(8, Label = "BCC Address(es)", HelpText = "Comma sep e rated list of email bcc recipients", Advanced = true)]
[FieldDefinition(8, Label = "BCC Address(es)", HelpText = "Comma sep a rated list of email bcc recipients", Advanced = true)]
public IEnumerable < string > Bcc { get ; set ; }
public NzbDroneValidationResult Validate ( )