Merge branch 'develop' into feature/splitoutsettingsdb

This commit is contained in:
Jamie 2018-10-14 00:16:48 +01:00 committed by GitHub
commit 442b0ff90c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
123 changed files with 3875 additions and 405 deletions

View file

@ -91,6 +91,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<IMusicSender, MusicSender>();
services.AddTransient<IMassEmailSender, MassEmailSender>();
services.AddTransient<IPlexOAuthManager, PlexOAuthManager>();
services.AddTransient<IVoteEngine, VoteEngine>();
}
public static void RegisterHttp(this IServiceCollection services)
{