diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-04-27 15:29:58 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-04-27 15:29:58 -0400 |
| commit | ca6cd82a5314b359c8782394d5cb645b1e009281 (patch) | |
| tree | 8c2e15c677cf89d1cb09e164a291ad8df515a6e0 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 2c07de2b55591df4de7e807c0663b09783f8d0d1 (diff) | |
| parent | dfa2557874a3023eedb0b67601a8dee80e80683d (diff) | |
Merge pull request #1687 from MediaBrowser/dev
Dev
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. |
