From f1a7d9064063d1cc73a0fe9ed3f1fd9b5f5b5f55 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 4 Nov 2013 11:20:44 -0500 Subject: fix scan stopping and restarting itself multiple times when adding/removing collections --- MediaBrowser.Api/LibraryService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MediaBrowser.Api/LibraryService.cs') 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(), CancellationToken.None) + await parent.ValidateChildren(new Progress(), CancellationToken.None) .ConfigureAwait(false); } catch (Exception ex) -- cgit v1.2.3