diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-17 16:11:13 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-17 16:11:13 -0500 |
| commit | 36f8eb1149e821de46b1ee15dcd1990c6a378ca9 (patch) | |
| tree | b461142fb436426bb3b3e4740eb183a8329ef65d /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | b51f00feb695e50c2f7e1ea3b89715a2469c01ea (diff) | |
add db startup error handling
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 33cd4f3d1..ebebe71a3 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -62,8 +62,6 @@ namespace MediaBrowser.Controller.Library /// <returns>BaseItem.</returns> BaseItem FindByPath(string path, bool? isFolder); - Guid? FindIdByPath(string path, bool? isFolder); - /// <summary> /// Gets the artist. /// </summary> |
