219cba7506
Removed Using directives that are not required
11 lines
295 B
C#
11 lines
295 B
C#
namespace MediaBrowser.Controller.LiveTv
|
|
{
|
|
public class TunerChannelMapping
|
|
{
|
|
public string Name { get; set; }
|
|
public string Number { get; set; }
|
|
public string ProviderChannelNumber { get; set; }
|
|
public string ProviderChannelName { get; set; }
|
|
}
|
|
}
|