Fixed: Refreshing individual series incorrectly delayed the schedule task.

fixes #720
This commit is contained in:
Taloth Saldono
2015-07-31 18:26:06 +02:00
parent ecb4835a16
commit 44e6c46337
4 changed files with 27 additions and 3 deletions
@@ -22,5 +22,13 @@ namespace NzbDrone.Core.Tv.Commands
return true;
}
}
public override bool UpdateScheduledTask
{
get
{
return !SeriesId.HasValue;
}
}
}
}