mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 12:12:25 +00:00
Embed ProviderUtils into MetadataService
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user