mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
Merge pull request #4164 from spooksbit/remove-browser-auto-load
Removed browser auto-launch functionality
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user