From 6d78824c8e9fa9fe1e46944ca6901af724b8f7cd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 6 Aug 2017 19:01:00 -0400 Subject: update components --- MediaBrowser.Model/Search/SearchHint.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/Search') diff --git a/MediaBrowser.Model/Search/SearchHint.cs b/MediaBrowser.Model/Search/SearchHint.cs index 3ca0eafe63..5c56374819 100644 --- a/MediaBrowser.Model/Search/SearchHint.cs +++ b/MediaBrowser.Model/Search/SearchHint.cs @@ -91,12 +91,6 @@ namespace MediaBrowser.Model.Search /// The type of the media. public string MediaType { get; set; } - /// - /// Gets or sets the display type of the media. - /// - /// The display type of the media. - public string DisplayMediaType { get; set; } - public DateTime? StartDate { get; set; } public DateTime? EndDate { get; set; } -- cgit v1.2.3