aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2020-06-25 11:33:10 +0200
committerClaus Vium <clausvium@gmail.com>2020-06-25 11:33:10 +0200
commit0f07b19ca5d6433a8574363cfe3c20fbfd285514 (patch)
treefadeac53157d227fdb23e6021fe0597a55ee8e26 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent9dee1eef83d80801cf2781b8b0c2393ec0a3b82d (diff)
Remove AllowIgnorePath
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 47c080ebd..9d6646857 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -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.