update components

This commit is contained in:
Luke Pulverenti
2015-11-20 19:12:44 -05:00
parent 625a089737
commit c4fa6a28db
7 changed files with 3 additions and 33 deletions

View File

@@ -143,7 +143,7 @@ namespace MediaBrowser.Providers.Manager
{
var id = itemOfType.GetLookupInfo();
await FindIdentities(id, cancellationToken).ConfigureAwait(false);
//await FindIdentities(id, cancellationToken).ConfigureAwait(false);
var result = await RefreshWithProviders(metadataResult, id, refreshOptions, providers, itemImageProvider, cancellationToken).ConfigureAwait(false);