浏览代码

add GuideGroup property

Luke Pulverenti 9 年之前
父节点
当前提交
631bfb8ed2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      MediaBrowser.Model/LiveTv/LiveTvOptions.cs

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

@@ -31,6 +31,7 @@ namespace MediaBrowser.Model.LiveTv
         public string Type { get; set; }
         public string Type { get; set; }
         public bool ImportFavoritesOnly { get; set; }
         public bool ImportFavoritesOnly { get; set; }
         public bool IsEnabled { get; set; }
         public bool IsEnabled { get; set; }
+        public string GuideGroup { get; set; }
 
 
         public TunerHostInfo()
         public TunerHostInfo()
         {
         {
@@ -48,5 +49,6 @@ namespace MediaBrowser.Model.LiveTv
         public string ZipCode { get; set; }
         public string ZipCode { get; set; }
         public string Country { get; set; }
         public string Country { get; set; }
         public string Path { get; set; }
         public string Path { get; set; }
+        public string GuideGroup { get; set; }
     }
     }
 }
 }