diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-11-09 13:14:31 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-11-09 13:14:31 +0100 |
| commit | 5726535a262ce5f671bb0b74dd00c485d17633f0 (patch) | |
| tree | ba5d5631e2ec3363ababb6967ea1b8f2a859213b /Emby.Naming/Common | |
| parent | 6f85e3047591e716d732a648466c700769404f7c (diff) | |
Fix some warnings
609 left
Diffstat (limited to 'Emby.Naming/Common')
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index 5ddcf37fe..7bc9fbce8 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -1,3 +1,5 @@ +#pragma warning disable CA1819 + using System; using System.Linq; using System.Text.RegularExpressions; |
