mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Backend changes for new UI
This commit is contained in:
@@ -6,7 +6,7 @@ namespace NzbDrone.Core.Jobs
|
||||
public class ScheduledTask : ModelBase
|
||||
{
|
||||
public string TypeName { get; set; }
|
||||
public double Interval { get; set; }
|
||||
public int Interval { get; set; }
|
||||
public DateTime LastExecution { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user