From 1ed03b0bb328e4d5c48c560c06aab55b4c75cd46 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 5 Jan 2014 01:08:22 -0500 Subject: added more images to search output --- MediaBrowser.Model/Search/SearchHint.cs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'MediaBrowser.Model/Search/SearchHint.cs') diff --git a/MediaBrowser.Model/Search/SearchHint.cs b/MediaBrowser.Model/Search/SearchHint.cs index bebe237348..002200c0fd 100644 --- a/MediaBrowser.Model/Search/SearchHint.cs +++ b/MediaBrowser.Model/Search/SearchHint.cs @@ -49,6 +49,30 @@ namespace MediaBrowser.Model.Search /// The image tag. public Guid? PrimaryImageTag { get; set; } + /// + /// Gets or sets the thumb image tag. + /// + /// The thumb image tag. + public Guid? ThumbImageTag { get; set; } + + /// + /// Gets or sets the thumb image item identifier. + /// + /// The thumb image item identifier. + public string ThumbImageItemId { get; set; } + + /// + /// Gets or sets the backdrop image tag. + /// + /// The backdrop image tag. + public Guid? BackdropImageTag { get; set; } + + /// + /// Gets or sets the backdrop image item identifier. + /// + /// The backdrop image item identifier. + public string BackdropImageItemId { get; set; } + /// /// Gets or sets the type. /// -- cgit v1.2.3