mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Cleaned up Notifications a bit
This commit is contained in:
parent
922d4becc5
commit
a153599d50
14 changed files with 23 additions and 62 deletions
|
@ -8,7 +8,6 @@ using NzbDrone.Common.Composition;
|
|||
using NzbDrone.Common.Messaging;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using NzbDrone.Core.Instrumentation;
|
||||
using NzbDrone.Core.Notifications;
|
||||
using NzbDrone.Core.Organizer;
|
||||
using NzbDrone.Core.RootFolders;
|
||||
|
||||
|
@ -27,7 +26,6 @@ namespace NzbDrone
|
|||
private MainAppContainerBuilder()
|
||||
: base("NzbDrone", "NzbDrone.Common", "NzbDrone.Core", "NzbDrone.Api")
|
||||
{
|
||||
AutoRegisterImplementations<NotificationBase>();
|
||||
AutoRegisterImplementations<NzbDronePersistentConnection>();
|
||||
|
||||
Container.Register(typeof(IBasicRepository<RootFolder>), typeof(BasicRepository<RootFolder>));
|
||||
|
@ -36,9 +34,6 @@ namespace NzbDrone
|
|||
Container.Register<INancyBootstrapper, NancyBootstrapper>();
|
||||
|
||||
InitDatabase();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void InitDatabase()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue