diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-09-29 18:24:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 18:24:58 +0200 |
| commit | c7b3d4a90c946f9a2438622cc0ca43d19b84bef8 (patch) | |
| tree | 43a1a6427289d85ef6a7f446528d89a6676823ec /tests | |
| parent | cbf9be9416825814ab8166e715e5b6a937537c94 (diff) | |
| parent | c912093579952e3cb7f4b4563975024c9e27a097 (diff) | |
Merge pull request #4164 from spooksbit/remove-browser-auto-load
Removed browser auto-launch 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 77f1640fa..bd3d35687 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 |
