Fix suggestions from review

This commit is contained in:
crobibero
2021-05-15 15:33:50 -06:00
parent 6bcbc2b88a
commit b6dda30a33
7 changed files with 21 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ namespace MediaBrowser.Controller.Library
/// <param name="parent">The parent folder.</param>
/// <param name="libraryOptions">The library options.</param>
/// <param name="collectionType">The collection type.</param>
/// <returns>The list of <see cref="BaseItem"/>.</returns>
/// <returns>The items resolved from the paths.</returns>
IEnumerable<BaseItem> ResolvePaths(
IEnumerable<FileSystemMetadata> files,
IDirectoryService directoryService,