aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-21 22:24:38 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-21 22:24:38 -0400
commitca66390e2445c94c769d19d601c88fe2f79f901a (patch)
tree8554f0d47e38699b43ee22d0d39421e03a22581a /MediaBrowser.Api/Library/LibraryService.cs
parent88fce3670aa6c1015a1a9909c311b0400fb63471 (diff)
3.0.5346.38509
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index 10a3117a1..34b930a6a 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -286,7 +286,7 @@ namespace MediaBrowser.Api.Library
public void Post(PostUpdatedSeries request)
{
-
+ Task.Run(() => _libraryManager.ValidateMediaLibrary(new Progress<double>(), CancellationToken.None));
}
public object Get(GetFile request)