aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorJoe Rogers <1337joe@gmail.com>2022-01-03 23:54:09 +0100
committerJoe Rogers <1337joe@gmail.com>2022-01-04 00:44:03 +0100
commit1dfbeae045fc37aedbf077b4b4dff9770e52f8a4 (patch)
tree84bfa17b33a90a02cd24a10174bc5069e14d6530 /Emby.Server.Implementations/ApplicationHost.cs
parent19164378f26a738a70403767d1ecf4234c98509f (diff)
Embed ProviderUtils into MetadataService
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
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;