fixes #324 - Server to return non-cropped images to clients

This commit is contained in:
Luke Pulverenti
2013-06-04 21:19:25 -04:00
parent 25cc19a10b
commit b010faa85b
5 changed files with 26 additions and 13 deletions

View File

@@ -57,5 +57,11 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value>The hash.</value>
public Guid? Tag { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [crop whitespace].
/// </summary>
/// <value><c>null</c> if [crop whitespace] contains no value, <c>true</c> if [crop whitespace]; otherwise, <c>false</c>.</value>
public bool? CropWhitespace { get; set; }
}
}