added audio db id's to web client

This commit is contained in:
Luke Pulverenti
2014-02-09 16:11:11 -05:00
parent 3111a8a1bc
commit a29cd06883
20 changed files with 496 additions and 63 deletions

View File

@@ -73,7 +73,7 @@ namespace MediaBrowser.Controller.Providers
/// </summary>
/// <param name="item">The item.</param>
/// <returns>IEnumerable{ImageProviderInfo}.</returns>
IEnumerable<ImageProviderInfo> GetImageProviderInfo(IHasImages item);
IEnumerable<ImageProviderInfo> GetRemoteImageProviderInfo(IHasImages item);
/// <summary>
/// Gets all metadata plugins.