[CHANGE] BackgroundServices

This commit is contained in:
max
2025-09-09 19:11:02 +02:00
parent d183803390
commit 2593d02a73
7 changed files with 188 additions and 17 deletions

View File

@@ -26,8 +26,8 @@ public static class DependencyInjection
});
builder.Services.AddSingleton<HostedServiceConnector>();
builder.Services.AddHostedService<ClientManager>();
builder.Services.AddSingleton<BackgroundServiceManager>();
builder.Services.AddHostedService<ClientService>();
builder.Services.AddScoped<ILibraryService, LibraryService>();
}