mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
added a shutdown api method, font size fix and other decouplings
This commit is contained in:
@@ -255,7 +255,6 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
base.OnExit(e);
|
||||
|
||||
Kernel.Dispose();
|
||||
CompositionRoot.Dispose();
|
||||
}
|
||||
|
||||
@@ -360,7 +359,7 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
Dispatcher.Invoke(ReleaseMutex);
|
||||
|
||||
Kernel.Dispose();
|
||||
CompositionRoot.Dispose();
|
||||
|
||||
System.Windows.Forms.Application.Restart();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user