diff options
| author | spookbits <71300703+spooksbit@users.noreply.github.com> | 2020-09-16 13:17:14 -0400 |
|---|---|---|
| committer | spookbits <71300703+spooksbit@users.noreply.github.com> | 2020-09-16 13:22:04 -0400 |
| commit | 5cca8bffea339f1043d692f337ab002dbee3a03b (patch) | |
| tree | 1a90bbcbefe27270a62830f08de79b0439d969ca /Emby.Server.Implementations/IStartupOptions.cs | |
| parent | 6dd6961fd4649bd14501dbe5a5cd1b6a0e1fe586 (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 'Emby.Server.Implementations/IStartupOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/IStartupOptions.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs index e7e72c686..4bef59543 100644 --- a/Emby.Server.Implementations/IStartupOptions.cs +++ b/Emby.Server.Implementations/IStartupOptions.cs @@ -17,11 +17,6 @@ namespace Emby.Server.Implementations bool IsService { get; } /// <summary> - /// Gets the value of the --noautorunwebapp command line option. - /// </summary> - bool NoAutoRunWebApp { get; } - - /// <summary> /// Gets the value of the --package-name command line option. /// </summary> string PackageName { get; } |
