Fixed: Task progress messages in the UI

(cherry picked from commit c6417337812f3578a27f9dc1e44fdad80f557271)

Closes #3370
This commit is contained in:
Mark McDowall
2024-03-18 16:48:35 -07:00
committed by Bogdan
parent 11eda3b11b
commit 37a9f670dd
7 changed files with 19 additions and 8 deletions
@@ -20,5 +20,7 @@ namespace NzbDrone.Core.Books.Commands
public override bool SendUpdatesToClient => true;
public override bool UpdateScheduledTask => !AuthorId.HasValue;
public override string CompletionMessage => "Completed";
}
}