diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-11 00:49:18 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-11 00:49:18 -0500 |
| commit | ef8b02d28543f9e9070c00877070016f032793bc (patch) | |
| tree | 5598a7559da82ca4e29fb6b6753a1fe47a70b1ad /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | ec4000404d59ee0e8342805cf7ce0c4ca04023b4 (diff) | |
added dvdlib for better dvd runtimes
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 036ac7e81..c3a87fc31 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -327,5 +327,11 @@ namespace MediaBrowser.Controller.Library /// <param name="paths">The paths.</param> /// <returns>IEnumerable{System.String}.</returns> IEnumerable<string> NormalizeRootPathList(IEnumerable<string> paths); + + /// <summary> + /// Registers the item. + /// </summary> + /// <param name="item">The item.</param> + void RegisterItem(BaseItem item); } }
\ No newline at end of file |
