mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
parent
4aa5a35cb4
commit
82ee8e6c42
4 changed files with 218 additions and 127 deletions
|
@ -76,7 +76,7 @@ namespace NzbDrone.Core.Messaging.Commands
|
|||
|
||||
handler.Execute(command);
|
||||
|
||||
_commandQueueManager.Complete(commandModel, command.CompletionMessage);
|
||||
_commandQueueManager.Complete(commandModel, command.CompletionMessage ?? commandModel.Message);
|
||||
}
|
||||
catch (CommandFailedException ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue