From e677a57bf1cedc55214b0e457778311b8f1ea5ac Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 17 Jun 2013 16:35:43 -0400 Subject: switch to flat file storage --- MediaBrowser.Controller/Library/ILibraryManager.cs | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 7e84350b3..6d6fab3be 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -216,24 +216,9 @@ namespace MediaBrowser.Controller.Library /// Retrieves the item. /// /// The id. - /// Task{BaseItem}. - BaseItem RetrieveItem(Guid id); - - /// - /// Saves the children. - /// - /// The id. - /// The children. - /// The cancellation token. - /// Task. - Task SaveChildren(Guid id, IEnumerable children, CancellationToken cancellationToken); - - /// - /// Retrieves the children. - /// - /// The parent. - /// IEnumerable{BaseItem}. - IEnumerable RetrieveChildren(Folder parent); + /// The type. + /// BaseItem. + BaseItem RetrieveItem(Guid id, Type type); /// /// Validates the artists. -- cgit v1.2.3