From ef8b02d28543f9e9070c00877070016f032793bc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 11 Jan 2014 00:49:18 -0500 Subject: added dvdlib for better dvd runtimes --- MediaBrowser.Controller/Library/ILibraryManager.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 036ac7e81e..c3a87fc317 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -327,5 +327,11 @@ namespace MediaBrowser.Controller.Library /// The paths. /// IEnumerable{System.String}. IEnumerable NormalizeRootPathList(IEnumerable paths); + + /// + /// Registers the item. + /// + /// The item. + void RegisterItem(BaseItem item); } } \ No newline at end of file -- cgit v1.2.3