aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/StartupOptions.cs
diff options
context:
space:
mode:
authorspookbits <71300703+spooksbit@users.noreply.github.com>2020-09-16 13:17:14 -0400
committerspookbits <71300703+spooksbit@users.noreply.github.com>2020-09-16 13:22:04 -0400
commit5cca8bffea339f1043d692f337ab002dbee3a03b (patch)
tree1a90bbcbefe27270a62830f08de79b0439d969ca /Jellyfin.Server/StartupOptions.cs
parent6dd6961fd4649bd14501dbe5a5cd1b6a0e1fe586 (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 'Jellyfin.Server/StartupOptions.cs')
-rw-r--r--Jellyfin.Server/StartupOptions.cs4
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; }