add aspect ratio to search results

This commit is contained in:
Luke Pulverenti
2016-01-16 00:01:57 -05:00
parent da85e15eb0
commit e0f47a4c28
6 changed files with 28 additions and 16 deletions

View File

@@ -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; }
}
}