Migrate from IWebHost to IHost

This commit is contained in:
Patrick Barron
2023-01-11 22:07:41 -05:00
parent 81c8890b6d
commit 7b17799b01
3 changed files with 22 additions and 33 deletions

View File

@@ -82,7 +82,7 @@ namespace Jellyfin.Server.Integration.Tests
appHost.Init(serviceCollection);
// Configure the web host builder
Program.ConfigureWebHostBuilder(builder, appHost, serviceCollection, commandLineOpts, startupConfig, appPaths);
Program.ConfigureWebHostBuilder(builder, appHost, startupConfig, appPaths);
}
/// <inheritdoc/>