grab more sat fields

This commit is contained in:
Luke Pulverenti
2016-02-21 12:37:57 -05:00
parent de871b5d50
commit e22a1a7857
5 changed files with 61 additions and 12 deletions

View File

@@ -64,6 +64,12 @@ namespace MediaBrowser.Model.LiveTv
/// <value>The clients.</value>
public List<string> Clients { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance can reset.
/// </summary>
/// <value><c>true</c> if this instance can reset; otherwise, <c>false</c>.</value>
public bool CanReset { get; set; }
public LiveTvTunerInfoDto()
{
Clients = new List<string>();