Merge pull request #7078 from 1337joe/metadata-merge-data

This commit is contained in:
Bond-009
2022-01-16 23:17:40 +01:00
committed by GitHub
35 changed files with 912 additions and 567 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;