diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-05-18 21:21:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 21:21:26 +0200 |
| commit | 8d2e5ef8c632a09109e946f87aa37fb34c0d6605 (patch) | |
| tree | 9546fd5184f4c44354f4ba9f75d68fb0cc9157e4 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 19e9bef256129f10e701d98567826f46d30a12fb (diff) | |
| parent | b6dda30a33e7ea3465629e041be74b3e9022d810 (diff) | |
Merge pull request #6042 from crobibero/mbc-warn-2
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 782e15398..3fd4ff899 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -43,6 +43,12 @@ namespace MediaBrowser.Controller.Library /// <summary> /// Resolves a set of files into a list of BaseItem. /// </summary> + /// <param name="files">The list of tiles.</param> + /// <param name="directoryService">Instance of the <see cref="IDirectoryService"/> interface.</param> + /// <param name="parent">The parent folder.</param> + /// <param name="libraryOptions">The library options.</param> + /// <param name="collectionType">The collection type.</param> + /// <returns>The items resolved from the paths.</returns> IEnumerable<BaseItem> ResolvePaths( IEnumerable<FileSystemMetadata> files, IDirectoryService directoryService, |
