aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/DTO/UserDto.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/DTO/UserDto.cs')
-rw-r--r--MediaBrowser.Model/DTO/UserDto.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/DTO/UserDto.cs b/MediaBrowser.Model/DTO/UserDto.cs
index bfd8d67cb..a79ffc08c 100644
--- a/MediaBrowser.Model/DTO/UserDto.cs
+++ b/MediaBrowser.Model/DTO/UserDto.cs
@@ -59,6 +59,12 @@ namespace MediaBrowser.Model.Dto
public double? PrimaryImageAspectRatio { get; set; }
/// <summary>
+ /// Gets or sets the original primary image aspect ratio.
+ /// </summary>
+ /// <value>The original primary image aspect ratio.</value>
+ public double? OriginalPrimaryImageAspectRatio { get; set; }
+
+ /// <summary>
/// Gets a value indicating whether this instance has primary image.
/// </summary>
/// <value><c>true</c> if this instance has primary image; otherwise, <c>false</c>.</value>