update script dependencies

This commit is contained in:
Luke Pulverenti 2016-03-16 17:30:49 -04:00
parent fa7a331bd7
commit 30bc82a8d3

View file

@ -219,7 +219,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
{
try
{
await provider.Item1.AddMetadata(provider.Item2, list, cancellationToken).ConfigureAwait(false);
await provider.Item1.AddMetadata(provider.Item2, enabledChannels, cancellationToken).ConfigureAwait(false);
}
catch (NotSupportedException)
{