aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Search
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-06 19:01:00 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-06 19:01:00 -0400
commit6d78824c8e9fa9fe1e46944ca6901af724b8f7cd (patch)
tree326030dc1915f3c4e00f4f10eab5c171b7e87ca4 /MediaBrowser.Model/Search
parent27c490c15256951a4e2172566c7313f33e0f0af3 (diff)
update components
Diffstat (limited to 'MediaBrowser.Model/Search')
-rw-r--r--MediaBrowser.Model/Search/SearchHint.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Search/SearchHint.cs b/MediaBrowser.Model/Search/SearchHint.cs
index 3ca0eafe6..5c5637481 100644
--- a/MediaBrowser.Model/Search/SearchHint.cs
+++ b/MediaBrowser.Model/Search/SearchHint.cs
@@ -91,12 +91,6 @@ namespace MediaBrowser.Model.Search
/// <value>The type of the media.</value>
public string MediaType { get; set; }
- /// <summary>
- /// Gets or sets the display type of the media.
- /// </summary>
- /// <value>The display type of the media.</value>
- public string DisplayMediaType { get; set; }
-
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }