sync updates

This commit is contained in:
Luke Pulverenti
2015-02-08 13:21:24 -05:00
parent 067b18d067
commit ac68e0ba41
4 changed files with 75 additions and 12 deletions

View File

@@ -1098,7 +1098,7 @@ namespace MediaBrowser.Server.Implementations.Library
try
{
await task.Run(innerProgress, cancellationToken);
await task.Run(innerProgress, cancellationToken).ConfigureAwait(false);
}
catch (OperationCanceledException)
{