mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
allow service to restart itself
This commit is contained in:
@@ -81,7 +81,7 @@ namespace MediaBrowser.Server.Mono
|
||||
|
||||
private static ServerApplicationPaths CreateApplicationPaths()
|
||||
{
|
||||
return new ServerApplicationPaths("D:\\MonoTest");
|
||||
return new ServerApplicationPaths();
|
||||
}
|
||||
|
||||
private static void RunApplication(ServerApplicationPaths appPaths, ILogManager logManager)
|
||||
|
||||
Reference in New Issue
Block a user