throttle people requests

This commit is contained in:
Luke Pulverenti
2016-01-22 21:32:14 -05:00
parent 94fdb07925
commit 69d0464ca6
5 changed files with 45 additions and 3 deletions

View File

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