New: Automatic search for missing episodes if RSS Sync hasn't been run recently

This commit is contained in:
Mark McDowall
2014-04-12 13:49:41 -07:00
parent 0f75a9008a
commit 192e79d2ff
6 changed files with 54 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ namespace NzbDrone.Core.Jobs
try
{
_commandExecutor.PublishCommand(task.TypeName);
_commandExecutor.PublishCommand(task.TypeName, task.LastExecution);
}
catch (Exception e)
{