mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -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:
@@ -5,9 +5,9 @@ namespace NzbDrone.Core.ProgressMessaging
|
||||
{
|
||||
public class CommandUpdatedEvent : IEvent
|
||||
{
|
||||
public Command Command { get; set; }
|
||||
public CommandModel Command { get; set; }
|
||||
|
||||
public CommandUpdatedEvent(Command command)
|
||||
public CommandUpdatedEvent(CommandModel command)
|
||||
{
|
||||
Command = command;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user