fixed api shutdown and more hls progress

This commit is contained in:
LukePulverenti
2013-02-27 18:33:40 -05:00
parent 94b6168e27
commit 8d32971354
15 changed files with 300 additions and 1382 deletions

View File

@@ -221,7 +221,7 @@ namespace MediaBrowser.ServerApplication
/// </summary>
public void Shutdown()
{
App.Instance.Shutdown();
App.Instance.Dispatcher.Invoke(App.Instance.Shutdown);
}
}
}