mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
update mac project
This commit is contained in:
@@ -19,7 +19,7 @@ namespace MediaBrowser.Server.Mac
|
||||
/// <summary>
|
||||
/// Restarts this instance.
|
||||
/// </summary>
|
||||
public virtual void Restart()
|
||||
public virtual void Restart(StartupOptions options)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using MediaBrowser.Server.Startup.Common;
|
||||
|
||||
namespace MediaBrowser.Server.Mac
|
||||
{
|
||||
@@ -30,7 +31,7 @@ namespace MediaBrowser.Server.Mac
|
||||
/// <summary>
|
||||
/// Restarts this instance.
|
||||
/// </summary>
|
||||
public override void Restart()
|
||||
public override void Restart(StartupOptions options)
|
||||
{
|
||||
MainClass.Restart();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user