소스 검색

add path to ListingsProviderInfo

Luke Pulverenti 9 년 전
부모
커밋
1f004c978a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MediaBrowser.Model/LiveTv/LiveTvOptions.cs

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

@@ -47,5 +47,6 @@ namespace MediaBrowser.Model.LiveTv
         public string ListingsId { get; set; }
         public string ZipCode { get; set; }
         public string Country { get; set; }
+        public string Path { get; set; }
     }
 }