aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-17 16:11:13 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-17 16:11:13 -0500
commit36f8eb1149e821de46b1ee15dcd1990c6a378ca9 (patch)
treeb461142fb436426bb3b3e4740eb183a8329ef65d /MediaBrowser.Controller/Library/ILibraryManager.cs
parentb51f00feb695e50c2f7e1ea3b89715a2469c01ea (diff)
add db startup error handling
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
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>