mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-15 07:42:13 -05:00
set channel media type
This commit is contained in:
parent
966ab9b012
commit
4bf13f7754
@ -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))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user