convert album providers

This commit is contained in:
Luke Pulverenti
2014-01-31 14:55:21 -05:00
parent 9685b81db5
commit 67fde8c16d
52 changed files with 1181 additions and 1571 deletions

View File

@@ -10,8 +10,7 @@ namespace MediaBrowser.Controller.Providers
/// Adds the parts.
/// </summary>
/// <param name="providers">The providers.</param>
/// <param name="imageProviders">The image providers.</param>
void AddParts(IEnumerable<IMetadataProvider> providers, IEnumerable<IImageProvider> imageProviders);
void AddParts(IEnumerable<IMetadataProvider> providers);
/// <summary>
/// Determines whether this instance can refresh the specified item.