mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added some additional logging to the metadata refresh
This commit is contained in:
parent
a7f747cf46
commit
87b94e3ed0
11 changed files with 10 additions and 22 deletions
|
@ -11,7 +11,6 @@
|
|||
public string AutomaticUpdater { get; set; }
|
||||
public string UserImporter { get; set; }
|
||||
public string SickRageSync { get; set; }
|
||||
public string RefreshMetadata { get; set; }
|
||||
public string Newsletter { get; set; }
|
||||
public string LidarrArtistSync { get; set; }
|
||||
public string IssuesPurge { get; set; }
|
||||
|
|
|
@ -56,11 +56,6 @@ namespace Ombi.Settings.Settings.Models
|
|||
return ValidateCron(Get(s.SickRageSync, Cron.Hourly(35)));
|
||||
}
|
||||
|
||||
public static string RefreshMetadata(JobSettings s)
|
||||
{
|
||||
return ValidateCron(Get(s.RefreshMetadata, Cron.DayInterval(3)));
|
||||
}
|
||||
|
||||
public static string LidarrArtistSync(JobSettings s)
|
||||
{
|
||||
return ValidateCron(Get(s.LidarrArtistSync, Cron.Hourly(40)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue