diff options
| author | spookbits <71300703+spooksbit@users.noreply.github.com> | 2020-09-16 13:17:14 -0400 |
|---|---|---|
| committer | spookbits <71300703+spooksbit@users.noreply.github.com> | 2020-09-16 13:22:04 -0400 |
| commit | 5cca8bffea339f1043d692f337ab002dbee3a03b (patch) | |
| tree | 1a90bbcbefe27270a62830f08de79b0439d969ca /tests | |
| parent | 6dd6961fd4649bd14501dbe5a5cd1b6a0e1fe586 (diff) | |
Removed browser auto-load functionality from the server.
Added profiles in launchSettings to start either the web client or the swagger API page.
Removed --noautorunwebapp as this is the default functionality.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Api.Tests/JellyfinApplicationFactory.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Jellyfin.Api.Tests/JellyfinApplicationFactory.cs b/tests/Jellyfin.Api.Tests/JellyfinApplicationFactory.cs index 77f1640fa3..bd3d356870 100644 --- a/tests/Jellyfin.Api.Tests/JellyfinApplicationFactory.cs +++ b/tests/Jellyfin.Api.Tests/JellyfinApplicationFactory.cs @@ -47,8 +47,7 @@ namespace Jellyfin.Api.Tests // Specify the startup command line options var commandLineOpts = new StartupOptions { - NoWebClient = true, - NoAutoRunWebApp = true + NoWebClient = true }; // Use a temporary directory for the application paths |
