Merge pull request #3439 from cvium/ignore_application_folders

Never ignore application folders
This commit is contained in:
dkanada
2020-06-26 06:14:19 +09:00
committed by GitHub
3 changed files with 18 additions and 11 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.