mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 03:00:25 +01:00
mono progress - able to start app
This commit is contained in:
@@ -314,6 +314,8 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
var exception = (Exception)e.ExceptionObject;
|
||||
|
||||
_logger.ErrorException("UnhandledException", ex);
|
||||
|
||||
if (_backgroundService == null)
|
||||
{
|
||||
_app.OnUnhandledException(exception);
|
||||
|
||||
Reference in New Issue
Block a user