diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-15 11:53:32 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-15 11:53:32 -0500 |
| commit | d8ce4141ff09d39f03fdf0bbc47fec953f3902e4 (patch) | |
| tree | bfa9b87131318b67c88acc9f8f39d832f2fe52b2 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 17c4a8461f308655dbd6a625a81565f2604787b9 (diff) | |
change chapter image location and cleanup dead files
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 5 |
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> |
