Remove AllowIgnorePath

This commit is contained in:
Claus Vium
2020-06-25 11:33:10 +02:00
parent 9dee1eef83
commit 0f07b19ca5
2 changed files with 7 additions and 10 deletions

View File

@@ -30,12 +30,10 @@ namespace MediaBrowser.Controller.Library
/// </summary>
/// <param name="fileInfo">The file information.</param>
/// <param name="parent">The parent.</param>
/// <param name="allowIgnorePath">Allow the path to be ignored.</param>
/// <returns>BaseItem.</returns>
BaseItem ResolvePath(
FileSystemMetadata fileInfo,
Folder parent = null,
bool allowIgnorePath = true);
Folder parent = null);
/// <summary>
/// Resolves a set of files into a list of BaseItem.