mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 21:06:32 +01:00
update restart command
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
using MediaBrowser.Server.Startup.Common;
|
||||
|
||||
namespace MediaBrowser.Server.Mono.Native
|
||||
{
|
||||
/// <summary>
|
||||
@@ -29,9 +30,9 @@ namespace MediaBrowser.Server.Mono.Native
|
||||
/// <summary>
|
||||
/// Restarts this instance.
|
||||
/// </summary>
|
||||
public override void Restart()
|
||||
public override void Restart(StartupOptions startupOptions)
|
||||
{
|
||||
MainClass.Restart();
|
||||
MainClass.Restart(startupOptions);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user