aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-17 15:51:29 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-17 15:51:29 -0500
commitfb335141fb9cb2b2ed626e2ffb555fccb26b3edf (patch)
tree57d621fddd079d8821f1e1fe96d75665d65175d5 /MediaBrowser.Controller/LiveTv/ProgramInfo.cs
parent33d99575940ac97574d328ab9c6143bb3ccb9e8e (diff)
display tv service version info
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 d672340e4..0368c5f2f 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 channel primary image tag.
+ /// </summary>
+ /// <value>The channel primary image tag.</value>
+ public Guid? ChannelPrimaryImageTag { get; set; }
+
+ /// <summary>
/// Name of the program
/// </summary>
public string Name { get; set; }