aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-02 11:32:11 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-02 11:32:11 -0400
commit7dae0069d65883d8b2a5ba635991354eb395b7c6 (patch)
tree21c7b523f888f6bbec528534a6d521473bab4dbd /MediaBrowser.Server.Implementations/LiveTv
parentf87454336e0bd1f5cb21353a2da116eacfd1adb9 (diff)
added new image params & GameSystem constants
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
index 87b02816f7..34be46d726 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -38,7 +38,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
return new ChannelInfoDto
{
Name = info.Name,
- ServiceName = info.ServiceName
+ ServiceName = info.ServiceName,
+ ChannelType = info.ChannelType
};
}
}