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.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Emby.Naming/Video/Format3DRule.cs b/Emby.Naming/Video/Format3DRule.cs
new file mode 100644
index 0000000000..3c173efbc7
--- /dev/null
+++ b/Emby.Naming/Video/Format3DRule.cs
@@ -0,0 +1,17 @@
+
+namespace Emby.Naming.Video
+{
+ public class Format3DRule
+ {
+ /// <summary>
+ /// Gets or sets the token.
+ /// </summary>
+ /// <value>The token.</value>
+ public string Token { get; set; }
+ /// <summary>
+ /// Gets or sets the preceeding token.
+ /// </summary>
+ /// <value>The preceeding token.</value>
+ public string PreceedingToken { get; set; }
+ }
+}