mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed the notifications issue
This commit is contained in:
parent
96e3e88261
commit
181bd53202
22 changed files with 210 additions and 177 deletions
|
@ -181,7 +181,8 @@ namespace Ombi.DependencyInjection
|
|||
|
||||
public static void RegisterJobs(this IServiceCollection services)
|
||||
{
|
||||
services.AddSingleton<IJobFactory, IoCJobFactory>(provider => new IoCJobFactory(provider));
|
||||
services.AddSingleton<QuartzJobRunner>();
|
||||
services.AddSingleton<IJobFactory, IoCJobFactory>();
|
||||
services.AddTransient<IBackgroundJobClient, BackgroundJobClient>();
|
||||
|
||||
services.AddTransient<IPlexContentSync, PlexContentSync>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue