added more images to search output

This commit is contained in:
Luke Pulverenti
2014-01-05 01:08:22 -05:00
parent d957c0da04
commit 1ed03b0bb3
4 changed files with 78 additions and 5 deletions

View File

@@ -49,6 +49,30 @@ namespace MediaBrowser.Model.Search
/// <value>The image tag.</value>
public Guid? PrimaryImageTag { get; set; }
/// <summary>
/// Gets or sets the thumb image tag.
/// </summary>
/// <value>The thumb image tag.</value>
public Guid? ThumbImageTag { get; set; }
/// <summary>
/// Gets or sets the thumb image item identifier.
/// </summary>
/// <value>The thumb image item identifier.</value>
public string ThumbImageItemId { get; set; }
/// <summary>
/// Gets or sets the backdrop image tag.
/// </summary>
/// <value>The backdrop image tag.</value>
public Guid? BackdropImageTag { get; set; }
/// <summary>
/// Gets or sets the backdrop image item identifier.
/// </summary>
/// <value>The backdrop image item identifier.</value>
public string BackdropImageItemId { get; set; }
/// <summary>
/// Gets or sets the type.
/// </summary>