mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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].
|
/// Gets or sets a value indicating whether [enable image enhancers].
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value><c>true</c> if [enable image enhancers]; otherwise, <c>false</c>.</value>
|
/// <value><c>true</c> if [enable image enhancers]; otherwise, <c>false</c>.</value>
|
||||||
public bool EnableImageEnhancers { get; set; }
|
public bool? EnableImageEnhancers { get; set; }
|
||||||
|
|
||||||
public ImageOptions()
|
|
||||||
{
|
|
||||||
EnableImageEnhancers = true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user