added job time that ticks kicks off scheduler.

This commit is contained in:
kay.one
2013-03-04 21:51:07 -08:00
parent 568d4b8eeb
commit 6c17639ade
18 changed files with 62 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ using Nancy;
using NzbDrone.Api.Extensions;
using NzbDrone.Common;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Jobs.Framework;
using NzbDrone.Core.Jobs.Implementations;
using NzbDrone.Core.Tv;
using NzbDrone.Core.Jobs;
using NzbDrone.Core.Model;