aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-24 18:37:38 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-24 18:37:38 -0500
commitdee2fd5f880622ff11177fd2f251ed7e80155192 (patch)
tree6069e478099fa757b46efc890656ae88c41d10c4 /MediaBrowser.Model/LiveTv
parent01a9c07dd8bef8bb5d3abef4113d0449601b9ce5 (diff)
allow editing of channel images in the web client
Diffstat (limited to 'MediaBrowser.Model/LiveTv')
-rw-r--r--MediaBrowser.Model/LiveTv/ChannelInfoDto.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs b/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs
index 8e4c958701..fe242b66cd 100644
--- a/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs
+++ b/MediaBrowser.Model/LiveTv/ChannelInfoDto.cs
@@ -54,5 +54,11 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
/// <value>The type.</value>
public string Type { get; set; }
+
+ /// <summary>
+ /// Gets or sets the type of the media.
+ /// </summary>
+ /// <value>The type of the media.</value>
+ public string MediaType { get; set; }
}
}