diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-16 00:01:57 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-16 00:01:57 -0500 |
| commit | e0f47a4c28867fd07731990e6d0c233f53dc5f17 (patch) | |
| tree | b7173b25e4ba8a87c97b39e16ea4c82d0f8ad439 /MediaBrowser.Model/Search | |
| parent | da85e15eb0acb471484b219a510f7dea488e7a4e (diff) | |
add aspect ratio to search results
Diffstat (limited to 'MediaBrowser.Model/Search')
| -rw-r--r-- | MediaBrowser.Model/Search/SearchHint.cs | 6 |
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; } } } |
