aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IStartupOptions.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-09-29 18:24:58 +0200
committerGitHub <noreply@github.com>2020-09-29 18:24:58 +0200
commitc7b3d4a90c946f9a2438622cc0ca43d19b84bef8 (patch)
tree43a1a6427289d85ef6a7f446528d89a6676823ec /Emby.Server.Implementations/IStartupOptions.cs
parentcbf9be9416825814ab8166e715e5b6a937537c94 (diff)
parentc912093579952e3cb7f4b4563975024c9e27a097 (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.cs5
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; }