mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 19:54:48 +03:00
update components
This commit is contained in:
@@ -791,7 +791,7 @@ namespace MediaBrowser.Api.LiveTv
|
||||
ProviderChannels = providerChannels.Select(i => new NameIdPair
|
||||
{
|
||||
Name = i.Name,
|
||||
Id = string.IsNullOrWhiteSpace(i.TunerChannelId) ? i.Id : i.TunerChannelId
|
||||
Id = i.Id
|
||||
|
||||
}).ToList(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user