mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
reduce system info refreshing from dashboard
This commit is contained in:
@@ -72,14 +72,13 @@ namespace MediaBrowser.Model.Dto
|
||||
|
||||
public ImageOutputFormat Format { get; set; }
|
||||
|
||||
public ImageOverlay Indicator { get; set; }
|
||||
public ImageOverlay? Indicator { get; set; }
|
||||
|
||||
public ImageOptions()
|
||||
{
|
||||
EnableImageEnhancers = true;
|
||||
|
||||
Format = ImageOutputFormat.Original;
|
||||
Indicator = ImageOverlay.None;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user