From 9e0c1340fc3ad4b41e3c349b98ea71b708ade95a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 2 Feb 2014 08:36:31 -0500 Subject: convert games to new providers --- MediaBrowser.Controller/Library/ILibraryManager.cs | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index c3a87fc31..d8ba019db 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -165,7 +165,6 @@ namespace MediaBrowser.Controller.Library /// The prescan tasks. /// The postscan tasks. /// The people prescan tasks. - /// The savers. void AddParts(IEnumerable rules, IEnumerable pluginFolders, IEnumerable resolvers, @@ -173,8 +172,7 @@ namespace MediaBrowser.Controller.Library IEnumerable itemComparers, IEnumerable prescanTasks, IEnumerable postscanTasks, - IEnumerable peoplePrescanTasks, - IEnumerable savers); + IEnumerable peoplePrescanTasks); /// /// Sorts the specified items. @@ -300,14 +298,6 @@ namespace MediaBrowser.Controller.Library /// System.String. string FindCollectionType(BaseItem item); - /// - /// Saves the metadata. - /// - /// The item. - /// Type of the update. - /// Task. - Task SaveMetadata(BaseItem item, ItemUpdateType updateType); - /// /// Gets all artists. /// -- cgit v1.2.3