add more live tv buttons

This commit is contained in:
Luke Pulverenti
2015-08-24 23:13:04 -04:00
parent 41fc1f87f5
commit 8046a51418
5 changed files with 64 additions and 31 deletions

View File

@@ -53,5 +53,11 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
/// <value>The limit.</value>
public int? Limit { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [add current program].
/// </summary>
/// <value><c>true</c> if [add current program]; otherwise, <c>false</c>.</value>
public bool AddCurrentProgram { get; set; }
}
}