TrackedCommands are cleaned up automatically

TrackedCommandCleanupCommand is not tracked
This commit is contained in:
Mark McDowall 2013-08-30 10:27:17 -07:00
parent 780e374122
commit 56cd80d24a
7 changed files with 64 additions and 14 deletions

View file

@ -39,7 +39,7 @@ namespace NzbDrone.Api.Commands
private Response GetAllCommands()
{
return _trackCommands.AllTracked.AsResponse();
return _trackCommands.AllTracked().AsResponse();
}
}
}