aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming/Video/Format3DRule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Naming/Video/Format3DRule.cs')
-rw-r--r--Emby.Naming/Video/Format3DRule.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Naming/Video/Format3DRule.cs b/Emby.Naming/Video/Format3DRule.cs
index dc260175a..ae9fb5b19 100644
--- a/Emby.Naming/Video/Format3DRule.cs
+++ b/Emby.Naming/Video/Format3DRule.cs
@@ -1,3 +1,6 @@
+#pragma warning disable CS1591
+#pragma warning disable SA1600
+
namespace Emby.Naming.Video
{
public class Format3DRule
@@ -7,6 +10,7 @@ namespace Emby.Naming.Video
/// </summary>
/// <value>The token.</value>
public string Token { get; set; }
+
/// <summary>
/// Gets or sets the preceeding token.
/// </summary>