separate metadata refresh from validation

This commit is contained in:
Luke Pulverenti
2014-02-06 17:22:03 -05:00
parent 8b29e67e22
commit 14084fdd87
11 changed files with 200 additions and 193 deletions

View File

@@ -1110,7 +1110,6 @@ namespace MediaBrowser.Server.Implementations.Library
cancellationToken.ThrowIfCancellationRequested();
await userRootFolder.ValidateChildren(new Progress<double>(), cancellationToken, recursive: false).ConfigureAwait(false);
var b = true;
}
/// <summary>