mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 23:26:22 +00:00
Merge pull request #5579 from cocool97/master
This commit is contained in:
@@ -133,6 +133,11 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
|
||||
channel.ImageUrl = value;
|
||||
}
|
||||
|
||||
if (attributes.TryGetValue("group-title", out string groupTitle))
|
||||
{
|
||||
channel.ChannelGroup = groupTitle;
|
||||
}
|
||||
|
||||
channel.Name = GetChannelName(extInf, attributes);
|
||||
channel.Number = GetChannelNumber(extInf, attributes, mediaUrl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user