updated nuget

This commit is contained in:
Luke Pulverenti
2013-07-03 17:35:34 -04:00
parent b32929648e
commit 7e7b8043f4
4 changed files with 10 additions and 5 deletions

View File

@@ -68,5 +68,10 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value><c>true</c> if [enable image enhancers]; otherwise, <c>false</c>.</value>
public bool EnableImageEnhancers { get; set; }
public ImageOptions()
{
Quality = 100;
}
}
}