mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
reduce system info refreshing from dashboard
This commit is contained in:
@@ -57,14 +57,13 @@ namespace MediaBrowser.Api.Images
|
||||
public ImageOutputFormat Format { get; set; }
|
||||
|
||||
[ApiMember(Name = "Indicator", Description = "Determines what overlay to render, if any. none, watched.", IsRequired = false, DataType = "bool", ParameterType = "query", Verb = "GET")]
|
||||
public ImageOverlay Indicator { get; set; }
|
||||
public ImageOverlay? Indicator { get; set; }
|
||||
|
||||
public ImageRequest()
|
||||
{
|
||||
EnableImageEnhancers = true;
|
||||
|
||||
Format = ImageOutputFormat.Original;
|
||||
Indicator = ImageOverlay.None;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user