소스 검색

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 bool ImportFavoritesOnly { get; set; }
         public bool IsEnabled { get; set; }
+        public string GuideGroup { get; set; }
 
         public TunerHostInfo()
         {
@@ -48,5 +49,6 @@ namespace MediaBrowser.Model.LiveTv
         public string ZipCode { get; set; }
         public string Country { get; set; }
         public string Path { get; set; }
+        public string GuideGroup { get; set; }
     }
 }