Fix Persons, Genres and Studios endpoints

This commit is contained in:
cvium
2020-11-05 12:27:22 +01:00
parent 8fc16043c7
commit 584b4fa41f
8 changed files with 135 additions and 455 deletions

View File

@@ -570,5 +570,7 @@ namespace MediaBrowser.Controller.Library
List<MediaStream> streams,
string videoPath,
string[] files);
BaseItem GetParentItem(string parentId, Guid? userId);
}
}