diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-11-04 13:17:03 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-11-04 13:17:03 -0500 |
| commit | e89a0d080bc07d3933985eb281a67d0c1f40fce3 (patch) | |
| tree | d0f2e69112fc787af271eae54158ecb317f5aac0 /MediaBrowser.Api/LibraryService.cs | |
| parent | 764e2625bf22ffbd373741d77c5700616235d4d4 (diff) | |
| parent | 4b886ea93f3a9c295ff1da36a6cdf33c677de5e5 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Api/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/LibraryService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Api/LibraryService.cs b/MediaBrowser.Api/LibraryService.cs index 202d372e8..aa2264398 100644 --- a/MediaBrowser.Api/LibraryService.cs +++ b/MediaBrowser.Api/LibraryService.cs @@ -495,8 +495,7 @@ namespace MediaBrowser.Api { try { - await - parent.ValidateChildren(new Progress<double>(), CancellationToken.None) + await parent.ValidateChildren(new Progress<double>(), CancellationToken.None) .ConfigureAwait(false); } catch (Exception ex) |
