From cb9b570a2a19463c16e4644b60a2916579a7806c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 16 Dec 2013 13:44:03 -0500 Subject: live tv updates --- MediaBrowser.Controller/LiveTv/ProgramInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs') diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs index ce7a4a598..5cf8fb721 100644 --- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs @@ -17,6 +17,12 @@ namespace MediaBrowser.Controller.LiveTv /// The channel identifier. public string ChannelId { get; set; } + /// + /// Gets or sets the name of the channel. + /// + /// The name of the channel. + public string ChannelName { get; set; } + /// /// Name of the program /// -- cgit v1.2.3