mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Done #627
This commit is contained in:
parent
7fc26df599
commit
ea52fa3dc3
24 changed files with 419 additions and 32 deletions
|
@ -78,7 +78,7 @@ namespace Ombi.Services.Jobs
|
|||
|
||||
private static readonly Logger Log = LogManager.GetCurrentClassLogger();
|
||||
|
||||
public void Execute(IJobExecutionContext context)
|
||||
public void Start()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
@ -100,6 +100,10 @@ namespace Ombi.Services.Jobs
|
|||
JobRecord.SetRunning(false, JobNames.RecentlyAddedEmail);
|
||||
}
|
||||
}
|
||||
public void Execute(IJobExecutionContext context)
|
||||
{
|
||||
Start();
|
||||
}
|
||||
|
||||
public void Test()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue