mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
update polymer
This commit is contained in:
@@ -554,8 +554,13 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
isNew = true;
|
||||
}
|
||||
|
||||
item.ChannelType = channelInfo.ChannelType;
|
||||
if (!string.Equals(channelInfo.Id, item.ExternalId))
|
||||
{
|
||||
isNew = true;
|
||||
}
|
||||
item.ExternalId = channelInfo.Id;
|
||||
|
||||
item.ChannelType = channelInfo.ChannelType;
|
||||
item.ServiceName = serviceName;
|
||||
item.Number = channelInfo.Number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user