mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
automate loopback exception for windows store app
This commit is contained in:
@@ -292,6 +292,14 @@ namespace MediaBrowser.ServerApplication
|
||||
ErrorModes.SEM_NOGPFAULTERRORBOX | ErrorModes.SEM_NOOPENFILEERRORBOX);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
LoopUtil.Run();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logManager.GetLogger("LoopUtil").ErrorException("Error in LoopUtil", ex);
|
||||
}
|
||||
|
||||
var task = _appHost.Init(initProgress);
|
||||
Task.WaitAll(task);
|
||||
|
||||
Reference in New Issue
Block a user