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.
This commit is contained in:
spookbits
2020-09-16 13:17:14 -04:00
parent 6dd6961fd4
commit 5cca8bffea
9 changed files with 10 additions and 150 deletions

View File

@@ -16,11 +16,6 @@ namespace Emby.Server.Implementations
/// </summary>
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>