mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 10:58:58 -07:00
commit
fa0a2039ae
@ -252,7 +252,15 @@ namespace MediaBrowser.Common.Implementations
|
||||
var innerProgress = new ActionableProgress<double>();
|
||||
innerProgress.RegisterAction(p => progress.Report(.8 * p + 15));
|
||||
|
||||
try
|
||||
{
|
||||
await RegisterResources(innerProgress).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error in RegisterResource", ex);
|
||||
throw;
|
||||
}
|
||||
|
||||
FindParts();
|
||||
progress.Report(95);
|
||||
|
Loading…
Reference in New Issue
Block a user