Merge branch 'develop' into imgbot

This commit is contained in:
Jamie 2018-10-09 20:22:16 +01:00 committed by GitHub
commit bbceb56d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
108 changed files with 3589 additions and 362 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)
{