Browse Source

set channel media type

Luke Pulverenti 9 năm trước cách đây
mục cha
commit
4bf13f7754

+ 1 - 0
MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs

@@ -1514,6 +1514,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
                 if (channel != null)
                 if (channel != null)
                 {
                 {
                     dto.ChannelName = channel.Name;
                     dto.ChannelName = channel.Name;
+                    dto.MediaType = channel.MediaType;
 
 
                     if (channel.HasImage(ImageType.Primary))
                     if (channel.HasImage(ImageType.Primary))
                     {
                     {