fixes #280 - MB3 Local metadata fetcher for Music not seeing/using Artist Folder.jpg

This commit is contained in:
Luke Pulverenti
2013-05-27 12:53:10 -04:00
parent 390f165332
commit 9a820efde3
11 changed files with 280 additions and 23 deletions

View File

@@ -372,7 +372,8 @@ namespace MediaBrowser.ServerApplication
GetExports<IItemResolver>(),
GetExports<IIntroProvider>(),
GetExports<IBaseItemComparer>(),
GetExports<ILibraryPrescanTask>()),
GetExports<ILibraryPrescanTask>(),
GetExports<ILibraryPostScanTask>()),
() => ProviderManager.AddMetadataProviders(GetExports<BaseMetadataProvider>().ToArray())