mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
added mail toolbar to series view
This commit is contained in:
parent
57e78e31fe
commit
ff225e1753
5 changed files with 121 additions and 15 deletions
|
@ -11,13 +11,7 @@ namespace NzbDrone.Common.Composition
|
|||
public Container(TinyIoCContainer container)
|
||||
{
|
||||
_container = container;
|
||||
//_container.Options.AllowOverridingRegistrations = true;
|
||||
|
||||
|
||||
//_container.RegisterSingle(LogManager.GetCurrentClassLogger());
|
||||
|
||||
_container.Register<IContainer>(this);
|
||||
//container.RegisterWithContext(dependencyContext => LogManager.GetLogger(dependencyContext.ImplementationType.Name));
|
||||
}
|
||||
|
||||
public void Register<TService, TImplementation>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue