Fixed the error from upgrading the hangfire package !wip

This commit is contained in:
Jamie Rees 2018-04-24 14:05:18 +01:00
parent c244faca7d
commit e3adbcb51e

View file

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