aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Search
diff options
context:
space:
mode:
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 d51c0325db..3a1d45cc43 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; }
}
}