diff options
| author | Claus Vium <clausvium@gmail.com> | 2020-06-25 11:33:10 +0200 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2020-06-25 11:33:10 +0200 |
| commit | 0f07b19ca5d6433a8574363cfe3c20fbfd285514 (patch) | |
| tree | fadeac53157d227fdb23e6021fe0597a55ee8e26 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 9dee1eef83d80801cf2781b8b0c2393ec0a3b82d (diff) | |
Remove AllowIgnorePath
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 4 |
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. |
