diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 16:51:08 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 16:51:08 -0500 |
| commit | 4bf13f7754f9797eb5adc15ece0fcb2fd94cdb04 (patch) | |
| tree | 9ed3a9e2a4fcca7b431f694a02e6c5ae06b3ea73 | |
| parent | 966ab9b01232845b23faf36e3901586742e31761 (diff) | |
set channel media type
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 1 |
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)) { |
