mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
update restart command
This commit is contained in:
@@ -927,7 +927,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
|
||||
Logger.Debug("Calling NativeApp.Restart");
|
||||
|
||||
NativeApp.Restart();
|
||||
NativeApp.Restart(_startupOptions);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -66,7 +66,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
/// <summary>
|
||||
/// Restarts this instance.
|
||||
/// </summary>
|
||||
void Restart();
|
||||
void Restart(StartupOptions startupOptions);
|
||||
|
||||
/// <summary>
|
||||
/// Configures the automatic run.
|
||||
|
||||
Reference in New Issue
Block a user