mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Sickrage done. Ish... So i've written all the code by looking at the API. the key there is i've looked at the api. I have not tested anything so expect this to fail.
This commit is contained in:
parent
62a3ed924b
commit
a1ee52daef
26 changed files with 731 additions and 430 deletions
|
@ -35,6 +35,10 @@ namespace Ombi.Settings.Settings.Models
|
|||
{
|
||||
return Get(s.UserImporter, Cron.Daily());
|
||||
}
|
||||
public static string SickRageSync(JobSettings s)
|
||||
{
|
||||
return Get(s.SickRageSync, Cron.Hourly(35));
|
||||
}
|
||||
|
||||
|
||||
private static string Get(string settings, string defaultCron)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue