diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-09 18:22:04 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-09 18:22:04 -0400 |
| commit | 74a8ca9c38d17e407c70aafe2cfd42b8b13d923e (patch) | |
| tree | e5f854faa1a10ec106c8ff502d9448f793b63602 /MediaBrowser.Model/Dlna/ProfileConditionType.cs | |
| parent | ad6f47329f6600a42868c58056656ea8f65d2ca6 (diff) | |
fix case sensitive file names
Diffstat (limited to 'MediaBrowser.Model/Dlna/ProfileConditionType.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/ProfileConditionType.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/ProfileConditionType.cs b/MediaBrowser.Model/Dlna/ProfileConditionType.cs index bfbd31f02..b0a94c5b3 100644 --- a/MediaBrowser.Model/Dlna/ProfileConditionType.cs +++ b/MediaBrowser.Model/Dlna/ProfileConditionType.cs @@ -6,6 +6,6 @@ NotEquals = 1, LessThanEqual = 2, GreaterThanEqual = 3, - SubstringOf = 4 + EqualsAny = 4 } }
\ No newline at end of file |
