mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Update src/NzbDrone.Core/CustomFormats/Specifications/RegexSpecificationBase.cs
This commit is contained in:
parent
dadd796737
commit
12829580e5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public abstract class RegexSpecificationBase : CustomFormatSpecificationBase
|
||||||
protected Regex _regex;
|
protected Regex _regex;
|
||||||
protected string _raw;
|
protected string _raw;
|
||||||
|
|
||||||
[FieldDefinition(1, Label = "Regular Expression", HelpText = "Case Insensitive")]
|
[FieldDefinition(1, Label = "Regular Expression", HelpText = "Custom Format RegEx is Case Insensitive")]
|
||||||
public string Value
|
public string Value
|
||||||
{
|
{
|
||||||
get => _raw;
|
get => _raw;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue