Just some more async changes

This commit is contained in:
tidusjar 2016-06-09 16:59:35 +01:00
commit 5bf557658d
9 changed files with 96 additions and 96 deletions

View file

@ -145,7 +145,7 @@ namespace PlexRequests.UI
notificationService.Subscribe(new SlackNotification(container.Resolve<ISlackApi>(), slackService));
}
}
protected override void RequestStartup(TinyIoCContainer container, IPipelines pipelines, NancyContext context)
{
//CORS Enable
@ -203,7 +203,7 @@ namespace PlexRequests.UI
container.Register<IJobFactory, CustomJobFactory>();
container.Register<IAnalytics, Analytics>();
// Api
container.Register<ICouchPotatoApi, CouchPotatoApi>();
container.Register<IPushbulletApi, PushbulletApi>();