Merge branch 'master' into NetworkPR2

This commit is contained in:
BaronGreenback
2020-10-26 13:21:48 +00:00
committed by GitHub
164 changed files with 984 additions and 793 deletions

View File

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