diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-01-16 23:17:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-16 23:17:40 +0100 |
| commit | ef0708d876434a99ec647473c37295fab45a35fb (patch) | |
| tree | fcf3945178dbca66306a0b137becb89c642fb470 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 7500c2b28b4603965461b7bce37413c0a53ff2d0 (diff) | |
| parent | f87e780fb557a43e41ef324bb27182d912ee9a27 (diff) | |
Merge pull request #7078 from 1337joe/metadata-merge-data
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 8ed51a194..814c10196 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -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; |
