From 01a9c07dd8bef8bb5d3abef4113d0449601b9ce5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 24 Nov 2013 16:30:38 -0500 Subject: support display of channel images --- MediaBrowser.Model/LiveTv/ChannelInfoDto.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs b/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs index b6691eca3..8e4c95870 100644 --- a/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs +++ b/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs @@ -19,6 +19,12 @@ namespace MediaBrowser.Model.LiveTv /// The identifier. public string Id { get; set; } + /// + /// Gets or sets the channel identifier. + /// + /// The channel identifier. + public string ChannelId { get; set; } + /// /// Gets or sets the logo image tag. /// @@ -42,5 +48,11 @@ namespace MediaBrowser.Model.LiveTv /// /// The type of the channel. public ChannelType ChannelType { get; set; } + + /// + /// Gets or sets the type. + /// + /// The type. + public string Type { get; set; } } } -- cgit v1.2.3