Merge pull request #4164 from spooksbit/remove-browser-auto-load

Removed browser auto-launch functionality
This commit is contained in:
Bond-009
2020-09-29 18:24:58 +02:00
committed by GitHub
10 changed files with 21 additions and 154 deletions

View File

@@ -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