aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-16 11:42:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-16 11:42:36 -0400
commit56263a9fa26a93bbfa34f673be0e373572ec2fee (patch)
tree3ffd69653eb22724ec6809598ee00bc33e23d3da /Emby.Server.Implementations/ApplicationHost.cs
parentbfcd1b520fd79b893e721ba916ae5e1656407d2f (diff)
remove unused libs
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 318f7d912..b8506eb86 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1795,9 +1795,6 @@ namespace Emby.Server.Implementations
// Include composable parts in the Photos assembly
list.Add(GetAssembly(typeof(PhotoProvider)));
- // Common implementations
- list.Add(GetAssembly(typeof(TaskManager)));
-
// Emby.Server implementations
list.Add(GetAssembly(typeof(InstallationManager)));