瀏覽代碼

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