added recording progress bars

This commit is contained in:
Luke Pulverenti
2014-01-14 15:24:56 -05:00
parent f4b890f163
commit e9a5bb699e
7 changed files with 22 additions and 69 deletions

View File

@@ -107,7 +107,13 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
/// <value>The name of the status.</value>
public string StatusName { get; set; }
/// <summary>
/// Gets or sets the completion percentage.
/// </summary>
/// <value>The completion percentage.</value>
public double? CompletionPercentage { get; set; }
/// <summary>
/// Genre of the program.
/// </summary>