Added ImageLink helpers for Ajax and Html links.

Added run button to System/Jobs.
This commit is contained in:
Mark McDowall 2011-12-15 00:25:16 -08:00
commit 9264dcdf88
8 changed files with 99 additions and 3 deletions

View file

@ -35,7 +35,7 @@ namespace NzbDrone.Core.Jobs
public int DefaultInterval
{
get { return 720; } //Daily
get { return 720; } //12-hours
}
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)