made EnableImageEnhancers nullable
This commit is contained in:
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…
Reference in New Issue
Block a user