aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-04-04 15:05:50 -0400
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-04-04 15:05:50 -0400
commit0ce82ab33288727fcbb400d72db62df440ef104d (patch)
tree43985eec70feb2a8c34fa1252cc7015ae50fc781 /Jellyfin.Server/Program.cs
parent51b9a6e94b06db6ae4b21cf2372287a98778a075 (diff)
Remove unnecessary fields in ApplicationHost
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 4abdd59aa..6be9ba4f2 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -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