aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Search/SearchHint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Search/SearchHint.cs')
-rw-r--r--MediaBrowser.Model/Search/SearchHint.cs11
1 files changed, 9 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Search/SearchHint.cs b/MediaBrowser.Model/Search/SearchHint.cs
index cea15a2a7..3ca0eafe6 100644
--- a/MediaBrowser.Model/Search/SearchHint.cs
+++ b/MediaBrowser.Model/Search/SearchHint.cs
@@ -1,4 +1,6 @@
-namespace MediaBrowser.Model.Search
+using System;
+
+namespace MediaBrowser.Model.Search
{
/// <summary>
/// Class SearchHintResult
@@ -94,13 +96,18 @@
/// </summary>
/// <value>The display type of the media.</value>
public string DisplayMediaType { get; set; }
-
+
+ public DateTime? StartDate { get; set; }
+ public DateTime? EndDate { get; set; }
+
/// <summary>
/// Gets or sets the series.
/// </summary>
/// <value>The series.</value>
public string Series { get; set; }
+ public string Status { get; set; }
+
/// <summary>
/// Gets or sets the album.
/// </summary>