update icons

This commit is contained in:
Luke Pulverenti
2015-07-10 00:44:21 -04:00
parent 99d17aa088
commit 7ac68e5d5e
2 changed files with 2 additions and 15 deletions

View File

@@ -1108,6 +1108,8 @@ namespace MediaBrowser.Server.Implementations.Library
progress.Report(innerPercent);
});
_logger.Debug("Running post-scan task {0}", task.GetType().Name);
try
{
await task.Run(innerProgress, cancellationToken).ConfigureAwait(false);