aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IStartupOptions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/IStartupOptions.cs')
-rw-r--r--Emby.Server.Implementations/IStartupOptions.cs19
1 files changed, 2 insertions, 17 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs
index 878bb6640..24aaa76c0 100644
--- a/Emby.Server.Implementations/IStartupOptions.cs
+++ b/Emby.Server.Implementations/IStartupOptions.cs
@@ -1,23 +1,8 @@
-namespace Emby.Server.Implementations.ParsedStartupOptions
+namespace Emby.Server.Implementations
{
public interface IStartupOptions
{
/// <summary>
- /// --datadir
- /// </summary>
- string DataDir { get; }
-
- /// <summary>
- /// --configdir
- /// </summary>
- string ConfigDir { get; }
-
- /// <summary>
- /// --logdir
- /// </summary>
- string LogDir { get; }
-
- /// <summary>
/// --ffmpeg
/// </summary>
string FFmpegPath { get; }
@@ -35,7 +20,7 @@ namespace Emby.Server.Implementations.ParsedStartupOptions
/// <summary>
/// --noautorunwebapp
/// </summary>
- bool AutoRunWebApp { get; }
+ bool NoAutoRunWebApp { get; }
/// <summary>
/// --package-name