From 683d8455c6ce75bcefc8749fe5a5d15d90a28625 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 19 Mar 2014 00:59:45 -0400 Subject: #712 - Group multiple versions --- MediaBrowser.Controller/Library/ILibraryManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 9bde9aa29..680317237 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -324,6 +324,13 @@ namespace MediaBrowser.Controller.Library /// The options. /// Task. Task DeleteItem(BaseItem item, DeleteOptions options); + + /// + /// Replaces the videos with primary versions. + /// + /// The items. + /// IEnumerable{BaseItem}. + IEnumerable ReplaceVideosWithPrimaryVersions(IEnumerable items); } public static class LibraryManagerExtensions -- cgit v1.2.3