Fix IWebSocketListener service registration

This commit is contained in:
cvium
2020-10-06 14:44:07 +02:00
parent 5e11eb0359
commit 38cb8fee8a
4 changed files with 17 additions and 19 deletions

View File

@@ -378,7 +378,7 @@ namespace Jellyfin.Server
.ConfigureServices(services =>
{
// Merge the external ServiceCollection into ASP.NET DI
services.TryAdd(serviceCollection);
services.Add(serviceCollection);
})
.UseStartup<Startup>();
}