change header icons to jqm buttons

pull/702/head
Luke Pulverenti 11 years ago
parent 9914982b87
commit 8d25a86a27

@ -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))

@ -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>

Loading…
Cancel
Save