add path to ListingsProviderInfo

pull/702/head
Luke Pulverenti 9 years ago
parent 3212338802
commit 1f004c978a

@ -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; }
} }
} }
Loading…
Cancel
Save