change header icons to jqm buttons

This commit is contained in:
Luke Pulverenti 2013-12-27 12:12:23 -05:00
parent 9914982b87
commit 8d25a86a27
2 changed files with 8 additions and 1 deletions

View File

@ -148,7 +148,8 @@ namespace MediaBrowser.Api
MediaType = item.MediaType,
MatchedTerm = hintInfo.MatchedTerm,
DisplayMediaType = item.DisplayMediaType,
RunTimeTicks = item.RunTimeTicks
RunTimeTicks = item.RunTimeTicks,
ProductionYear = item.ProductionYear
};
if (item.HasImage(ImageType.Primary))

View File

@ -31,6 +31,12 @@ namespace MediaBrowser.Model.Search
/// <value>The index number.</value>
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>