From 56f6b0335ce40aeab275f1038b96a8ecc642f18f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 2 Dec 2014 22:13:03 -0500 Subject: updated nuget --- MediaBrowser.Controller/Library/ILibraryManager.cs | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 0b2df9974..d20c611ad 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -364,17 +364,6 @@ namespace MediaBrowser.Controller.Library /// ItemInfo. ItemLookupInfo ParseName(string name); - /// - /// Gets the additional parts. - /// - /// The file. - /// The type. - /// The files. - /// IEnumerable<System.String>. - IEnumerable GetAdditionalParts(string file, - VideoType type, - IEnumerable files); - /// /// Gets the new item identifier. /// @@ -390,7 +379,7 @@ namespace MediaBrowser.Controller.Library /// The file system children. /// The directory service. /// IEnumerable<Trailer>. - IEnumerable FindTrailers(BaseItem owner, List fileSystemChildren, + IEnumerable