Explorar el Código

set channel media type

Luke Pulverenti hace 9 años
padre
commit
4bf13f7754
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs

+ 1 - 0
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))
                     {