Fixed: Task progress messages in the UI

(cherry picked from commit c6417337812f3578a27f9dc1e44fdad80f557271)
This commit is contained in:
Mark McDowall
2024-03-18 16:48:35 -07:00
committed by Bogdan
parent 02e420580e
commit 2cacfba81f
5 changed files with 16 additions and 8 deletions
@@ -6,7 +6,5 @@ namespace NzbDrone.Core.Update.Commands
{
public override bool SendUpdatesToClient => true;
public override bool IsExclusive => true;
public override string CompletionMessage => null;
}
}