mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
moved the jobs to use quartz
This commit is contained in:
parent
e9ead2eddb
commit
52d9a7a586
49 changed files with 178 additions and 98 deletions
|
@ -13,6 +13,7 @@ namespace Ombi.Settings.Settings.Models
|
|||
public static string Sonarr(JobSettings s)
|
||||
{
|
||||
return Get(s.SonarrSync, Cron.Hourly(10));
|
||||
//return Get(s.SonarrSync, Cron.Hourly(10));
|
||||
}
|
||||
|
||||
public static string EmbyContent(JobSettings s)
|
||||
|
@ -42,7 +43,7 @@ namespace Ombi.Settings.Settings.Models
|
|||
}
|
||||
public static string Newsletter(JobSettings s)
|
||||
{
|
||||
return Get(s.Newsletter, Cron.Weekly(DayOfWeek.Friday, 12));
|
||||
return Get(s.Newsletter, Cron.Weekly(Helpers.DayOfWeek.Friday, 12));
|
||||
}
|
||||
public static string SickRageSync(JobSettings s)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue