Fixed the error from upgrading the hangfire package !wip

pull/2194/head
Jamie Rees 7 years ago
parent c244faca7d
commit e3adbcb51e

@ -134,7 +134,7 @@ namespace Ombi
{ {
x.UseSQLiteStorage(sqliteStorage); x.UseSQLiteStorage(sqliteStorage);
x.UseActivator(new IoCJobActivator(services.BuildServiceProvider())); x.UseActivator(new IoCJobActivator(services.BuildServiceProvider()));
x.UseConsole(); //x.UseConsole();
}); });

Loading…
Cancel
Save