mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
added Expansive
This commit is contained in:
parent
652a9d4a8a
commit
6a5c10a456
8 changed files with 435 additions and 0 deletions
12
NzbDrone.Common/Expansive/PatternStyle.cs
Normal file
12
NzbDrone.Common/Expansive/PatternStyle.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace NzbDrone.Common.Expansive
|
||||
{
|
||||
internal class PatternStyle
|
||||
{
|
||||
public string TokenMatchPattern { get; set; }
|
||||
public Func<string, string> TokenFilter { get; set; }
|
||||
public Func<string, string> TokenReplaceFilter { get; set; }
|
||||
public Func<string, string> OutputFilter { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue