Fixed: Exit from tray icon

This commit is contained in:
Mark McDowall
2014-01-09 20:32:21 -08:00
parent 401a5c9f26
commit 3eeee7335e
5 changed files with 4 additions and 9 deletions
@@ -17,8 +17,6 @@ namespace NzbDrone.Common.Composition
protected ContainerBuilderBase(IStartupContext args, params string[] assemblies)
{
_loadedTypes = new List<Type>();
foreach (var assembly in assemblies)
@@ -55,8 +53,6 @@ namespace NzbDrone.Common.Composition
{
var implementations = Container.GetImplementations(contractType).Where(c => !c.IsGenericTypeDefinition).ToList();
if (implementations.Count == 0)
{
return;