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 /Jellyfin.Server/StartupOptions.cs | |
| parent | cbf9be9416825814ab8166e715e5b6a937537c94 (diff) | |
| parent | c912093579952e3cb7f4b4563975024c9e27a097 (diff) | |
Merge pull request #4164 from spooksbit/remove-browser-auto-load
Removed browser auto-launch functionality
Diffstat (limited to 'Jellyfin.Server/StartupOptions.cs')
| -rw-r--r-- | Jellyfin.Server/StartupOptions.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Jellyfin.Server/StartupOptions.cs b/Jellyfin.Server/StartupOptions.cs index 41a1430d2..b63434092 100644 --- a/Jellyfin.Server/StartupOptions.cs +++ b/Jellyfin.Server/StartupOptions.cs @@ -64,10 +64,6 @@ namespace Jellyfin.Server public bool IsService { get; set; } /// <inheritdoc /> - [Option("noautorunwebapp", Required = false, HelpText = "Run headless if startup wizard is complete.")] - public bool NoAutoRunWebApp { get; set; } - - /// <inheritdoc /> [Option("package-name", Required = false, HelpText = "Used when packaging Jellyfin (example, synology).")] public string? PackageName { get; set; } |
