Sfoglia il codice sorgente

add path to ListingsProviderInfo

Luke Pulverenti 9 anni fa
parent
commit
1f004c978a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 ListingsId { get; set; }
         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; }
     }
     }
 }
 }