Browse Source

update satip page

Luke Pulverenti 9 years ago
parent
commit
d8cf48ae41
1 changed files with 4 additions and 0 deletions
  1. 4 0
      MediaBrowser.Model/LiveTv/LiveTvOptions.cs

+ 4 - 0
MediaBrowser.Model/LiveTv/LiveTvOptions.cs

@@ -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; }