mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
attempting to get the new triggers working
This commit is contained in:
parent
3f06b2da32
commit
2789c9b452
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ namespace Ombi.Controllers
|
||||||
[HttpPost("plexcontentcacher")]
|
[HttpPost("plexcontentcacher")]
|
||||||
public bool StartPlexContentCacher()
|
public bool StartPlexContentCacher()
|
||||||
{
|
{
|
||||||
OmbiQuartz.Scheduler.TriggerJob(new JobKey(nameof(PlexContentSync)), new JobDataMap(new Dictionary<string, string> { { "recentlyAddedSearch", "false" } }));
|
OmbiQuartz.Scheduler.TriggerJob(new JobKey(nameof(IPlexContentSync) +
|
||||||
|
"Trigger"), new JobDataMap(new Dictionary<string, string> { { "recentlyAddedSearch", "false" } }));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue