mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
added percent played overlay
This commit is contained in:
@@ -36,5 +36,9 @@ namespace MediaBrowser.Controller.Drawing
|
||||
public ImageOutputFormat OutputFormat { get; set; }
|
||||
|
||||
public ImageOverlay? Indicator { get; set; }
|
||||
|
||||
public int PercentPlayed { get; set; }
|
||||
|
||||
public string BackgroundColor { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user