mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fix channel numbers
This commit is contained in:
@@ -1845,6 +1845,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
var dto = tuple.Item1;
|
||||
var channel = tuple.Item2;
|
||||
|
||||
dto.Number = channel.Number;
|
||||
dto.ChannelType = channel.ChannelType;
|
||||
dto.ServiceName = GetService(channel).Name;
|
||||
|
||||
dto.MediaSources = channel.GetMediaSources(true).ToList();
|
||||
|
||||
var channelIdString = channel.Id.ToString("N");
|
||||
|
||||
Reference in New Issue
Block a user