aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-02-20 16:22:34 -0500
committerGitHub <noreply@github.com>2017-02-20 16:22:34 -0500
commit76b5d08c0619c9e97a52fddab650731b938e19e0 (patch)
treea6aa033df0250d7cd9157bbcbbf04948b10bd305 /Emby.Server.Core/ApplicationHost.cs
parent64b095adec1a18c449861e7b94fe3129a4914529 (diff)
parent45250b7874f4729fa1b3ac375ed3c848b4172337 (diff)
Merge pull request #2481 from MediaBrowser/dev
3.2.1.113
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
-rw-r--r--Emby.Server.Core/ApplicationHost.cs2
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)));