diff options
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index cfed8eb0b..416155751 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -1253,7 +1253,7 @@ namespace Emby.Server.Core list.Add(GetAssembly(typeof(InstallationManager))); // Emby.Server.Core - list.Add(GetAssembly(typeof(ServerApplicationPaths))); + list.Add(GetAssembly(typeof(ApplicationHost))); // MediaEncoding list.Add(GetAssembly(typeof(MediaEncoder))); |
