mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed some of the issues with the new scheduler not firing correctly
This commit is contained in:
parent
fdad3a564c
commit
ad6c72f12a
3 changed files with 3 additions and 4 deletions
|
@ -218,7 +218,7 @@
|
|||
/// <param name="interval">The number of minutes to wait between every activation.</param>
|
||||
public static string MinuteInterval(int interval)
|
||||
{
|
||||
return $" 0 0/{interval} * 1/1 * ? *";
|
||||
return $"0 0/{interval} * 1/1 * ? *";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue