Removed hangfire completly from Ombi

This commit is contained in:
tidusjar 2019-11-10 15:05:01 +00:00
parent 181bd53202
commit b41fcb467e
25 changed files with 15 additions and 130 deletions

View file

@ -1,6 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using System.Security.Principal;
using Hangfire;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
@ -183,7 +182,6 @@ namespace Ombi.DependencyInjection
{
services.AddSingleton<QuartzJobRunner>();
services.AddSingleton<IJobFactory, IoCJobFactory>();
services.AddTransient<IBackgroundJobClient, BackgroundJobClient>();
services.AddTransient<IPlexContentSync, PlexContentSync>();
services.AddTransient<IEmbyContentSync, EmbyContentSync>();