From d8ce4141ff09d39f03fdf0bbc47fec953f3902e4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 15 Dec 2013 11:53:32 -0500 Subject: change chapter image location and cleanup dead files --- MediaBrowser.Controller/Library/ILibraryManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 338edd568..ae34621cb 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -115,6 +115,11 @@ namespace MediaBrowser.Controller.Library /// Task. Task ValidateMediaLibrary(IProgress progress, CancellationToken cancellationToken); + /// + /// Queues the library scan. + /// + void QueueLibraryScan(); + /// /// Gets the default view. /// -- cgit v1.2.3