improve display of active recordings

This commit is contained in:
Luke Pulverenti
2016-06-19 13:41:49 -04:00
parent 7627c6707d
commit f58a919488
4 changed files with 21 additions and 1 deletions

View File

@@ -13,5 +13,7 @@
/// </summary>
/// <value>The series timer identifier.</value>
public string SeriesTimerId { get; set; }
public bool? IsActive { get; set; }
}
}