omgwtf so many changes. #865

This commit is contained in:
tidusjar 2017-09-15 22:15:45 +01:00
parent 64d37c37a3
commit 2e8f08fef1
38 changed files with 264 additions and 135 deletions

View file

@ -135,6 +135,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<IJobSetup, JobSetup>();
services.AddTransient<IRadarrCacher, RadarrCacher>();
services.AddTransient<IOmbiAutomaticUpdater, OmbiAutomaticUpdater>();
services.AddTransient<IPlexUserImporter, PlexUserImporter>();
}
}
}