We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fa24c commit 47c8e2cCopy full SHA for 47c8e2c
AzzyBot-Next/Extensions/ServiceCollectionExtensions.cs
@@ -49,6 +49,7 @@ public static void AzzyBotServices(this IServiceCollection services)
49
50
services.AddSingleton<AzuraCastApiService>();
51
services.AddSingleton<AzuraCastFileService>();
52
+ services.AddSingleton<AzuraCastUpdateService>();
53
services.AddSingleton<AzzyBackgroundService>();
54
services.AddHostedService<AzzyBackgroundServiceHost>();
55
services.AddSingleton<IQueuedBackgroundTask>(_ => new QueuedBackgroundTask());
0 commit comments