aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2020-11-08 10:22:18 +0100
committerGitHub <noreply@github.com>2020-11-08 10:22:18 +0100
commitec2538a1ba7d3658eba7e44a4b1b961f33d7ceda (patch)
tree6d83044cd2c56e2c315ddd1a948d183d6ae60b98 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent1823cbb0261ce8388fd39078c77de89990ed2437 (diff)
parentb693c52fe7f2fda6ea009c3ee8c032189369d896 (diff)
Merge pull request #4420 from cvium/fix_person_studio_genre_endpoints
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);
}
}