aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-15 11:53:32 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-15 11:53:32 -0500
commitd8ce4141ff09d39f03fdf0bbc47fec953f3902e4 (patch)
treebfa9b87131318b67c88acc9f8f39d832f2fe52b2 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent17c4a8461f308655dbd6a625a81565f2604787b9 (diff)
change chapter image location and cleanup dead files
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs5
1 files changed, 5 insertions, 0 deletions
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
@@ -116,6 +116,11 @@ namespace MediaBrowser.Controller.Library
Task ValidateMediaLibrary(IProgress<double> progress, CancellationToken cancellationToken);
/// <summary>
+ /// Queues the library scan.
+ /// </summary>
+ void QueueLibraryScan();
+
+ /// <summary>
/// Gets the default view.
/// </summary>
/// <returns>IEnumerable{VirtualFolderInfo}.</returns>