made EnableImageEnhancers nullable

pull/702/head
Luke Pulverenti 11 years ago
parent a93913b423
commit 9d1180cdc9

@ -68,11 +68,6 @@ namespace MediaBrowser.Model.Dto
/// Gets or sets a value indicating whether [enable image enhancers].
/// </summary>
/// <value><c>true</c> if [enable image enhancers]; otherwise, <c>false</c>.</value>
public bool EnableImageEnhancers { get; set; }
public ImageOptions()
{
EnableImageEnhancers = true;
}
public bool? EnableImageEnhancers { get; set; }
}
}

Loading…
Cancel
Save