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

View File

@@ -4,7 +4,7 @@ namespace NzbDrone.Core.Messaging.Commands
{
public abstract class Command
{
public virtual Boolean SendUpdatesToClient
public virtual bool SendUpdatesToClient
{
get
{
@@ -12,6 +12,14 @@ namespace NzbDrone.Core.Messaging.Commands
}
}
public virtual bool UpdateScheduledTask
{
get
{
return true;
}
}
public virtual string CompletionMessage
{
get