mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge remote-tracking branch 'upstream/dev'
This commit is contained in:
commit
cd2c9a40e5
283 changed files with 10998 additions and 1985 deletions
|
@ -31,6 +31,7 @@ using Ninject;
|
|||
using Ninject.Planning.Bindings.Resolvers;
|
||||
using Ninject.Syntax;
|
||||
using NLog;
|
||||
using Ombi.Api;
|
||||
using Ombi.Api.Interfaces;
|
||||
using Ombi.Core;
|
||||
using Ombi.Core.Migration;
|
||||
|
@ -83,6 +84,7 @@ namespace Ombi.UI
|
|||
var scheduler = new Scheduler();
|
||||
|
||||
|
||||
|
||||
// Reset any jobs running
|
||||
var jobSettings = kernel.Get<IRepository<ScheduledJobs>>();
|
||||
var all = jobSettings.GetAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue