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.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Search/SearchHint.cs b/MediaBrowser.Model/Search/SearchHint.cs
index 1e16b04921..bebe237348 100644
--- a/MediaBrowser.Model/Search/SearchHint.cs
+++ b/MediaBrowser.Model/Search/SearchHint.cs
@@ -32,6 +32,12 @@ namespace MediaBrowser.Model.Search
public int? IndexNumber { get; set; }
/// <summary>
+ /// Gets or sets the production year.
+ /// </summary>
+ /// <value>The production year.</value>
+ public int? ProductionYear { get; set; }
+
+ /// <summary>
/// Gets or sets the parent index number.
/// </summary>
/// <value>The parent index number.</value>