diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-27 13:53:23 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-27 13:53:23 -0400 |
| commit | 6c62c20a9e3081950bf46fc96966e470ffc73b54 (patch) | |
| tree | 3659b06b5f1599686c76e41dd6d7a43a6fa8b4fd /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 1e16ac9f2ac0cdc8833f2e53540a942876a3e979 (diff) | |
update CollectionFolder
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 0f6b10b43..5388b8668 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -59,7 +59,7 @@ namespace MediaBrowser.Controller.Library /// </summary> /// <param name="path">The path.</param> /// <returns>BaseItem.</returns> - BaseItem FindByPath(string path); + BaseItem FindByPath(string path, bool? isFolder); /// <summary> /// Gets the artist. |
