update satip page

This commit is contained in:
Luke Pulverenti 2016-03-31 15:41:52 -04:00
parent 54de1b744b
commit d8cf48ae41

View file

@ -37,6 +37,10 @@ namespace MediaBrowser.Model.LiveTv
public string FriendlyName { get; set; }
public int Tuners { get; set; }
public string DiseqC { get; set; }
public string SourceA { get; set; }
public string SourceB { get; set; }
public string SourceC { get; set; }
public string SourceD { get; set; }
public int DataVersion { get; set; }