mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Command queue
New: Adding multiple series will queue them instead of running all at once New: Slower scheduled tasks won't be block others from running
This commit is contained in:
@@ -11,5 +11,13 @@ namespace NzbDrone.Core.Update.Commands
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public override string CompletionMessage
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Restarting Sonarr to apply updates";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user