change header icons to jqm buttons
This commit is contained in:
parent
9914982b87
commit
8d25a86a27
|
@ -148,7 +148,8 @@ namespace MediaBrowser.Api
|
||||||
MediaType = item.MediaType,
|
MediaType = item.MediaType,
|
||||||
MatchedTerm = hintInfo.MatchedTerm,
|
MatchedTerm = hintInfo.MatchedTerm,
|
||||||
DisplayMediaType = item.DisplayMediaType,
|
DisplayMediaType = item.DisplayMediaType,
|
||||||
RunTimeTicks = item.RunTimeTicks
|
RunTimeTicks = item.RunTimeTicks,
|
||||||
|
ProductionYear = item.ProductionYear
|
||||||
};
|
};
|
||||||
|
|
||||||
if (item.HasImage(ImageType.Primary))
|
if (item.HasImage(ImageType.Primary))
|
||||||
|
|
|
@ -31,6 +31,12 @@ namespace MediaBrowser.Model.Search
|
||||||
/// <value>The index number.</value>
|
/// <value>The index number.</value>
|
||||||
public int? IndexNumber { get; set; }
|
public int? IndexNumber { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the production year.
|
||||||
|
/// </summary>
|
||||||
|
/// <value>The production year.</value>
|
||||||
|
public int? ProductionYear { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the parent index number.
|
/// Gets or sets the parent index number.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user