Embed ProviderUtils into MetadataService

This commit is contained in:
Joe Rogers
2022-01-03 23:54:09 +01:00
parent 19164378f2
commit 1dfbeae045
4 changed files with 336 additions and 352 deletions

View File

@@ -973,7 +973,7 @@ namespace Emby.Server.Implementations
yield return typeof(IServerApplicationHost).Assembly;
// Include composable parts in the Providers assembly
yield return typeof(ProviderUtils).Assembly;
yield return typeof(ProviderManager).Assembly;
// Include composable parts in the Photos assembly
yield return typeof(PhotoProvider).Assembly;