mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Refreshing individual series incorrectly delayed the schedule task.
fixes #720
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user