2019-01-13 20:01:16 +00:00
|
|
|
namespace MediaBrowser.Controller.LiveTv
|
2018-12-27 23:27:57 +00:00
|
|
|
{
|
|
|
|
public class TunerChannelMapping
|
|
|
|
{
|
|
|
|
public string Name { get; set; }
|
|
|
|
public string ProviderChannelName { get; set; }
|
|
|
|
public string ProviderChannelId { get; set; }
|
|
|
|
public string Id { get; set; }
|
|
|
|
}
|
|
|
|
}
|