mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
When saving setting, kick off the sync
This commit is contained in:
parent
98b65d43a4
commit
3d5e4383d9
3 changed files with 31 additions and 7 deletions
|
@ -89,6 +89,7 @@ namespace Ombi.Helpers
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public static async Task TriggerJob(string jobName, string group, IDictionary<string, object> data)
|
||||
{
|
||||
await Scheduler.TriggerJob(new JobKey(jobName, group), new JobDataMap(data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue