removed DownloadAndSaveImage method

This commit is contained in:
Luke Pulverenti
2013-07-01 10:03:19 -04:00
parent 07d01e524c
commit 08bef57221
2 changed files with 0 additions and 19 deletions

View File

@@ -13,9 +13,6 @@ namespace MediaBrowser.Controller.Providers
/// </summary>
public interface IProviderManager
{
Task<string> DownloadAndSaveImage(BaseItem item, string source, string targetName, bool saveLocally,
SemaphoreSlim resourcePool, CancellationToken cancellationToken);
/// <summary>
/// Executes the metadata providers.
/// </summary>