update components

This commit is contained in:
Luke Pulverenti
2017-02-23 14:13:07 -05:00
parent 34171a7507
commit e391ee1b17
34 changed files with 54 additions and 5184 deletions

View File

@@ -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(),