Explorar o código

add path to ListingsProviderInfo

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
1f004c978a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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; }
     }
 }