Added the lidarr sync !wip

This commit is contained in:
Jamie 2018-08-24 21:25:46 +01:00
parent d47e7a7c57
commit 207c60b7f8
23 changed files with 1551 additions and 10 deletions

View file

@ -52,6 +52,10 @@ namespace Ombi.Settings.Settings.Models
{
return Get(s.RefreshMetadata, Cron.DayInterval(3));
}
public static string LidarrArtistSync(JobSettings s)
{
return Get(s.LidarrArtistSync, Cron.Hourly(40));
}
private static string Get(string settings, string defaultCron)
{