diff options
Diffstat (limited to 'Emby.Naming/Video/ExtraRule.cs')
| -rw-r--r-- | Emby.Naming/Video/ExtraRule.cs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Emby.Naming/Video/ExtraRule.cs b/Emby.Naming/Video/ExtraRule.cs index 62ec70163..cfaa84ed6 100644 --- a/Emby.Naming/Video/ExtraRule.cs +++ b/Emby.Naming/Video/ExtraRule.cs @@ -1,4 +1,8 @@ -using Emby.Naming.Common; +#pragma warning disable CS1591 +#pragma warning disable SA1600 + +using MediaBrowser.Model.Entities; +using MediaType = Emby.Naming.Common.MediaType; namespace Emby.Naming.Video { @@ -14,7 +18,7 @@ namespace Emby.Naming.Video /// Gets or sets the type of the extra. /// </summary> /// <value>The type of the extra.</value> - public MediaBrowser.Model.Entities.ExtraType ExtraType { get; set; } + public ExtraType ExtraType { get; set; } /// <summary> /// Gets or sets the type of the rule. |
