mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
add loopback handler
This commit is contained in:
@@ -292,15 +292,6 @@ 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