mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix: Set the default job for the watchlist import to hourly instead of daily
This commit is contained in:
parent
f37440be11
commit
75906af0ad
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ namespace Ombi.Settings.Settings.Models
|
|||
|
||||
public static string PlexWatchlistImport(JobSettings s)
|
||||
{
|
||||
return ValidateCron(Get(s.PlexWatchlistImport, Cron.Daily()));
|
||||
return ValidateCron(Get(s.PlexWatchlistImport, Cron.Hourly(25));
|
||||
}
|
||||
|
||||
public static string Newsletter(JobSettings s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue