From fb335141fb9cb2b2ed626e2ffb555fccb26b3edf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 17 Jan 2014 15:51:29 -0500 Subject: display tv service version info --- 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 d672340e4..0368c5f2f 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 channel primary image tag. + /// + /// The channel primary image tag. + public Guid? ChannelPrimaryImageTag { get; set; } + /// /// Name of the program /// -- cgit v1.2.3