update sat discovery

This commit is contained in:
Luke Pulverenti
2016-03-16 17:39:49 -04:00
parent 30bc82a8d3
commit 67f698ea96
3 changed files with 25 additions and 17 deletions

View File

@@ -33,6 +33,7 @@ namespace MediaBrowser.Model.LiveTv
public bool ImportFavoritesOnly { get; set; }
public bool IsEnabled { get; set; }
public string M3UUrl { get; set; }
public string InfoUrl { get; set; }
public string FriendlyName { get; set; }
public int Tuners { get; set; }
public string DiseqC { get; set; }