feat: Introduce ITranscriptionOrchestrator and related interfaces, refactoring DaemonService and other components to use dependency injection.
This commit is contained in:
@@ -13,7 +13,7 @@ public static class StatsCommand
|
||||
{
|
||||
Logger.Verbose = verbose;
|
||||
|
||||
var entries = HistoryManager.LoadEntries();
|
||||
var entries = new HistoryManager().LoadHistory();
|
||||
if (entries.Count == 0)
|
||||
{
|
||||
AnsiConsole.MarkupLine("[yellow]No history found. Cannot generate statistics.[/]");
|
||||
|
||||
Reference in New Issue
Block a user