mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fixed code
This commit is contained in:
parent
f7ac2b3adf
commit
024fdb1869
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Ombi.Settings.Settings.Models
|
||||||
|
|
||||||
public static string PlexWatchlistImport(JobSettings s)
|
public static string PlexWatchlistImport(JobSettings s)
|
||||||
{
|
{
|
||||||
return ValidateCron(Get(s.PlexWatchlistImport, Cron.Hourly(25));
|
return ValidateCron(Get(s.PlexWatchlistImport, Cron.Hourly(25)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string Newsletter(JobSettings s)
|
public static string Newsletter(JobSettings s)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue