aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2020-11-05 12:27:22 +0100
committercvium <clausvium@gmail.com>2020-11-05 12:27:22 +0100
commit584b4fa41f4a19a7df2a78b408e3763ca0ff4027 (patch)
tree4c8794f5c7fb134b173eb0ebab022686494d60e3 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent8fc16043c7c080afd31f67798b74ccdf62eb583c (diff)
Fix Persons, Genres and Studios endpoints
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 32703c2fd..c7c79df76 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -570,5 +570,7 @@ namespace MediaBrowser.Controller.Library
List<MediaStream> streams,
string videoPath,
string[] files);
+
+ BaseItem GetParentItem(string parentId, Guid? userId);
}
}