mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 18:20:23 +01:00
update restart command
This commit is contained in:
@@ -21,7 +21,7 @@ namespace MediaBrowser.Server.Mono.Native
|
||||
/// <summary>
|
||||
/// Restarts this instance.
|
||||
/// </summary>
|
||||
public virtual void Restart()
|
||||
public virtual void Restart(StartupOptions startupOptions)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user