throttle people requests

This commit is contained in:
Luke Pulverenti
2016-01-22 21:32:14 -05:00
parent 468a498768
commit 3f0927fb60
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);