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

New: (UI) Indicate Custom Formats are Case Insensitive

pull/7581/head
bakerboy448 3 years ago committed by Qstick
parent a3f508b8d4
commit dadd796737

@ -21,7 +21,7 @@ namespace NzbDrone.Core.CustomFormats
protected Regex _regex;
protected string _raw;
[FieldDefinition(1, Label = "Regular Expression")]
[FieldDefinition(1, Label = "Regular Expression", HelpText = "Case Insensitive")]
public string Value
{
get => _raw;

Loading…
Cancel
Save