mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
added new image params & GameSystem constants
This commit is contained in:
@@ -35,9 +35,9 @@ namespace MediaBrowser.Controller.Drawing
|
||||
|
||||
public ImageOutputFormat OutputFormat { get; set; }
|
||||
|
||||
public ImageOverlay? Indicator { get; set; }
|
||||
public bool AddPlayedIndicator { get; set; }
|
||||
|
||||
public int PercentPlayed { get; set; }
|
||||
public int? PercentPlayed { get; set; }
|
||||
|
||||
public string BackgroundColor { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user