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 /Emby.Server.Implementations/IStartupOptions.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 '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; } |
