mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-25 09:00:52 +01:00
reduce locking on folder children
This commit is contained in:
@@ -95,7 +95,7 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
EventHelper.FireEventIfNotNull(AppStarted, this, EventArgs.Empty, _logger);
|
||||
|
||||
await task.ConfigureAwait(false);
|
||||
await task;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user