added new image params

This commit is contained in:
Luke Pulverenti
2013-06-05 08:35:18 -04:00
parent 2852e037d2
commit ad1a9a4932
10 changed files with 51 additions and 13 deletions

View File

@@ -11,5 +11,11 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value>The primary image aspect ratio.</value>
double? PrimaryImageAspectRatio { get; set; }
/// <summary>
/// Gets or sets the original primary image aspect ratio.
/// </summary>
/// <value>The original primary image aspect ratio.</value>
double? OriginalPrimaryImageAspectRatio { get; set; }
}
}