aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-02 16:51:08 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-02 16:51:08 -0500
commit4bf13f7754f9797eb5adc15ece0fcb2fd94cdb04 (patch)
tree9ed3a9e2a4fcca7b431f694a02e6c5ae06b3ea73
parent966ab9b01232845b23faf36e3901586742e31761 (diff)
set channel media type
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
index 301fbe360..f8b4e71cf 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -1514,6 +1514,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
if (channel != null)
{
dto.ChannelName = channel.Name;
+ dto.MediaType = channel.MediaType;
if (channel.HasImage(ImageType.Primary))
{