diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-02 11:32:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-02 11:32:11 -0400 |
| commit | 7dae0069d65883d8b2a5ba635991354eb395b7c6 (patch) | |
| tree | 21c7b523f888f6bbec528534a6d521473bab4dbd /MediaBrowser.Server.Implementations/LiveTv | |
| parent | f87454336e0bd1f5cb21353a2da116eacfd1adb9 (diff) | |
added new image params & GameSystem constants
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 3 |
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 }; } } |
