aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/ProfileConditionType.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-07 22:25:24 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-07 22:25:24 -0400
commitbebba65d6137125d459a911b695131c063524c56 (patch)
tree9e501c50be814e161b262de538acc584343edacc /MediaBrowser.Model/Dlna/ProfileConditionType.cs
parent4999f1948533f513f43966b7af03b3db8881645d (diff)
check video profile with substring
Diffstat (limited to 'MediaBrowser.Model/Dlna/ProfileConditionType.cs')
-rw-r--r--MediaBrowser.Model/Dlna/ProfileConditionType.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/ProfileConditionType.cs b/MediaBrowser.Model/Dlna/ProfileConditionType.cs
index 22156c47d..bfbd31f02 100644
--- a/MediaBrowser.Model/Dlna/ProfileConditionType.cs
+++ b/MediaBrowser.Model/Dlna/ProfileConditionType.cs
@@ -5,6 +5,7 @@
Equals = 0,
NotEquals = 1,
LessThanEqual = 2,
- GreaterThanEqual = 3
+ GreaterThanEqual = 3,
+ SubstringOf = 4
}
} \ No newline at end of file