diff options
| author | Stepan <ste.martinek+git@gmail.com> | 2020-11-01 11:19:22 +0100 |
|---|---|---|
| committer | Stepan <ste.martinek+git@gmail.com> | 2020-11-01 11:19:22 +0100 |
| commit | 60b49e67eafd356d1276f43de1a3f1f2fe52fe3f (patch) | |
| tree | a296e2c2b6b9ea9d51cbe7a12aa59da4c3596d6b /Emby.Naming/Video/ExtraRuleType.cs | |
| parent | 59619b6ea74ab555977fd213f6ee5737897b0fbd (diff) | |
Re-Sharper inspection issues
Diffstat (limited to 'Emby.Naming/Video/ExtraRuleType.cs')
| -rw-r--r-- | Emby.Naming/Video/ExtraRuleType.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Video/ExtraRuleType.cs b/Emby.Naming/Video/ExtraRuleType.cs index e89876f4ae..98114c7e8b 100644 --- a/Emby.Naming/Video/ExtraRuleType.cs +++ b/Emby.Naming/Video/ExtraRuleType.cs @@ -22,6 +22,6 @@ namespace Emby.Naming.Video /// <summary> /// Match <see cref="ExtraRule.Token"/> against the name of the directory containing the file. /// </summary> - DirectoryName = 3, + DirectoryName = 3 } } |
