diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-15 15:39:57 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-01-15 15:56:18 -0500 |
| commit | dc85d86ea1db7608368eadbfee80f7618653f42d (patch) | |
| tree | f0495e2156014a5084a0fdcc079ed204eca86e18 /Emby.Server.Implementations/IStartupOptions.cs | |
| parent | f8ca71ee157079aeee075f92f9537e9d580d584d (diff) | |
Enable in-process restarting
Diffstat (limited to 'Emby.Server.Implementations/IStartupOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/IStartupOptions.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs index 3769ae4dd..b7bcaace1 100644 --- a/Emby.Server.Implementations/IStartupOptions.cs +++ b/Emby.Server.Implementations/IStartupOptions.cs @@ -21,16 +21,6 @@ namespace Emby.Server.Implementations string? PackageName { get; } /// <summary> - /// Gets the value of the --restartpath command line option. - /// </summary> - string? RestartPath { get; } - - /// <summary> - /// Gets the value of the --restartargs command line option. - /// </summary> - string? RestartArgs { get; } - - /// <summary> /// Gets the value of the --published-server-url command line option. /// </summary> string? PublishedServerUrl { get; } |
