diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-25 00:25:51 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-25 00:25:51 -0400 |
| commit | b9be73789b59553731c8d054cd73aa08165fdbca (patch) | |
| tree | 6f04ceb9c1c0bf5c1f7aa124bc5238c01114baf2 /Emby.Server.Core/ApplicationHost.cs | |
| parent | 7470dfe61ba0615529a934e3caf94c4a8335401b (diff) | |
fix plugin loading
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index 0fe30eb80..7a13334e4 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -1278,9 +1278,6 @@ namespace Emby.Server.Core // Emby.Server implementations list.Add(GetAssembly(typeof(InstallationManager))); - // Emby.Server.Core - list.Add(GetAssembly(typeof(ApplicationHost))); - // MediaEncoding list.Add(GetAssembly(typeof(MediaEncoder))); |
