added percent played overlay

This commit is contained in:
Luke Pulverenti
2013-09-21 11:06:00 -04:00
parent b9bb87100b
commit f380d7a092
6 changed files with 105 additions and 12 deletions

View File

@@ -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; }
}
}