mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
mono progress - able to start app
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
using MediaBrowser.Server.Mono;
|
||||
|
||||
namespace MediaBrowser.ServerApplication.Native
|
||||
{
|
||||
/// <summary>
|
||||
@@ -11,7 +12,7 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
/// </summary>
|
||||
public static void Shutdown()
|
||||
{
|
||||
|
||||
MainClass.Shutdown ();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -19,7 +20,7 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
/// </summary>
|
||||
public static void Restart()
|
||||
{
|
||||
|
||||
MainClass.Restart ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user