1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-28 23:07:13 -04:00

Updated Interval to scan for finished downloads to .25 minutes.

This commit is contained in:
Leonardo Galli
2017-01-06 16:11:41 +01:00
parent 4fd062b4e3
commit dbf34e6740
6 changed files with 20 additions and 3 deletions
@@ -7,7 +7,7 @@ namespace NzbDrone.Api.System.Tasks
{
public string Name { get; set; }
public string TaskName { get; set; }
public int Interval { get; set; }
public double Interval { get; set; }
public DateTime LastExecution { get; set; }
public DateTime NextExecution { get; set; }
}