mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Removed hangfire completly from Ombi
This commit is contained in:
parent
181bd53202
commit
b41fcb467e
25 changed files with 15 additions and 130 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue