aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-16 13:44:03 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-16 13:44:03 -0500
commitcb9b570a2a19463c16e4644b60a2916579a7806c (patch)
tree0be50708739633a7283c1213bfabbc6fa3ea7214 /MediaBrowser.Controller/LiveTv/ProgramInfo.cs
parent7e8d11cb2a71370eea35cfa99c5cec21cf15a12e (diff)
live tv updates
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs')
-rw-r--r--MediaBrowser.Controller/LiveTv/ProgramInfo.cs6
1 files changed, 6 insertions, 0 deletions
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
@@ -18,6 +18,12 @@ namespace MediaBrowser.Controller.LiveTv
public string ChannelId { get; set; }
/// <summary>
+ /// Gets or sets the name of the channel.
+ /// </summary>
+ /// <value>The name of the channel.</value>
+ public string ChannelName { get; set; }
+
+ /// <summary>
/// Name of the program
/// </summary>
public string Name { get; set; }