Removed a change that shoudn't have been commited.

This commit is contained in:
tidusjar 2016-06-07 18:38:21 +01:00
commit 7d03d296fd
2 changed files with 2 additions and 7 deletions

View file

@ -111,8 +111,7 @@ namespace PlexRequests.UI
container.Register<IHeadphonesApi, HeadphonesApi>();
container.Register<ISlackApi, SlackApi>();
container.AutoRegister();
// Notification Service
container.Register<INotificationService, NotificationService>().AsSingleton();