aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Search
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-16 00:01:57 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-16 00:01:57 -0500
commite0f47a4c28867fd07731990e6d0c233f53dc5f17 (patch)
treeb7173b25e4ba8a87c97b39e16ea4c82d0f8ad439 /MediaBrowser.Model/Search
parentda85e15eb0acb471484b219a510f7dea488e7a4e (diff)
add aspect ratio to search results
Diffstat (limited to 'MediaBrowser.Model/Search')
-rw-r--r--MediaBrowser.Model/Search/SearchHint.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Search/SearchHint.cs b/MediaBrowser.Model/Search/SearchHint.cs
index d51c0325d..3a1d45cc4 100644
--- a/MediaBrowser.Model/Search/SearchHint.cs
+++ b/MediaBrowser.Model/Search/SearchHint.cs
@@ -144,5 +144,11 @@ namespace MediaBrowser.Model.Search
/// </summary>
/// <value>The name of the channel.</value>
public string ChannelName { get; set; }
+
+ /// <summary>
+ /// Gets or sets the primary image aspect ratio.
+ /// </summary>
+ /// <value>The primary image aspect ratio.</value>
+ public double? PrimaryImageAspectRatio { get; set; }
}
}