Remove unnecessary fields in ApplicationHost

This commit is contained in:
Mark Monteiro
2020-04-04 15:05:50 -04:00
parent 51b9a6e94b
commit 0ce82ab332
2 changed files with 9 additions and 13 deletions

View File

@@ -210,7 +210,6 @@ namespace Jellyfin.Server
// Re-use the web host service provider in the app host since ASP.NET doesn't allow a custom service collection.
appHost.ServiceProvider = webHost.Services;
appHost.InitializeServices();
appHost.FindParts();
Migrations.MigrationRunner.Run(appHost, _loggerFactory);
try